Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Protected Shared Function AddNameValuePair ( _
    name As String, _
    values As ITaskItem() _
) As String
protected static string AddNameValuePair(
    string name,
    ITaskItem[] values
)
protected:
static String^ AddNameValuePair(
    String^ name, 
    array<ITaskItem^>^ values
)
static member AddNameValuePair : 
        name:string * 
        values:ITaskItem[] -> string
protected static function AddNameValuePair(
    name : String, 
    values : ITaskItem[]
) : String
Parameters
- name
 Type: System.String
- values
 Type: array<Microsoft.Build.Framework.ITaskItem[]
Return Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.