This documentation is archived and is not being maintained.
VersionControlServer::UnlabelItem Method (String, String, array<ItemSpec>, VersionSpec)
Visual Studio 2013
Removes a label applied to an item.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: array<LabelResult^>^ UnlabelItem( String^ labelName, String^ labelScope, array<ItemSpec^>^ itemSpecs, VersionSpec^ version )
Parameters
- labelName
- Type: System::String
The name of the label to remove.
- labelScope
- Type: System::String
The repository path representing the scope at which the label is defined.
- itemSpecs
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemSpec>
An array of ItemSpec objects from which to remove the specified label.
- version
- Type: Microsoft.TeamFoundation.VersionControl.Client::VersionSpec
The version of the items to remove -- typically the label's LabelVersionSpec.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::LabelResult>Results of the label operations.
- 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.
Show: