Task.AddNameValuePair Method (String, array<ITaskItem[])
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Декларация
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
.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.