TeamFoundationVersionControlService.UnlabelItem Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
声明
Public Function UnlabelItem ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
labelName As String, _
labelScope As String, _
items As ItemSpec(), _
version As VersionSpec _
) As TeamFoundationDataReader
public TeamFoundationDataReader UnlabelItem(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
string labelName,
string labelScope,
ItemSpec[] items,
VersionSpec version
)
public:
TeamFoundationDataReader^ UnlabelItem(
TeamFoundationRequestContext^ requestContext,
String^ workspaceName,
String^ workspaceOwner,
String^ labelName,
String^ labelScope,
array<ItemSpec^>^ items,
VersionSpec^ version
)
member UnlabelItem :
requestContext:TeamFoundationRequestContext *
workspaceName:string *
workspaceOwner:string *
labelName:string *
labelScope:string *
items:ItemSpec[] *
version:VersionSpec -> TeamFoundationDataReader
public function UnlabelItem(
requestContext : TeamFoundationRequestContext,
workspaceName : String,
workspaceOwner : String,
labelName : String,
labelScope : String,
items : ItemSpec[],
version : VersionSpec
) : TeamFoundationDataReader
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- labelName
Type: System.String
- labelScope
Type: System.String
- items
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
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.