TeamFoundationVersionControlService.LabelItem Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Public Function LabelItem ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
label As VersionControlLabel, _
labelSpecs As LabelItemSpec(), _
children As LabelChildOption _
) As TeamFoundationDataReader
public TeamFoundationDataReader LabelItem(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
VersionControlLabel label,
LabelItemSpec[] labelSpecs,
LabelChildOption children
)
public:
TeamFoundationDataReader^ LabelItem(
TeamFoundationRequestContext^ requestContext,
String^ workspaceName,
String^ workspaceOwner,
VersionControlLabel^ label,
array<LabelItemSpec^>^ labelSpecs,
LabelChildOption children
)
member LabelItem :
requestContext:TeamFoundationRequestContext *
workspaceName:string *
workspaceOwner:string *
label:VersionControlLabel *
labelSpecs:LabelItemSpec[] *
children:LabelChildOption -> TeamFoundationDataReader
public function LabelItem(
requestContext : TeamFoundationRequestContext,
workspaceName : String,
workspaceOwner : String,
label : VersionControlLabel,
labelSpecs : LabelItemSpec[],
children : LabelChildOption
) : TeamFoundationDataReader
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- labelSpecs
Type: array<Microsoft.TeamFoundation.VersionControl.Server.LabelItemSpec[]
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
.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.