This documentation is archived and is not being maintained.
VersionControlLabelDocument Class
Visual Studio 2013
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
The VersionControlLabelDocument type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ArtifactUri | The artifact URI for this label |
![]() | Comment | The comment of this label |
![]() | CurrentFolder | The current folder in the label document that is shown in the right pane (ListView) and selected in the left pane (TreeView). To set this, use the Navigate() method. |
![]() | IsBusy | True if the label's asynchronous load is in progress. |
![]() | IsDirty | The dirty bit for this label. True if the label must be saved before it is closed. |
![]() | LabelId | The LabelId for this label |
![]() | MetadataAvailable | True if the label's metadata load is completed. These are the LabelId, Name, Owner, Scope, Comment, and ArtifactUri properties. |
![]() | Name | The name of this label |
![]() | OwnerName | The owner of this label |
![]() | Scope | The scope of this label |
![]() | SelectedItems | The selected items in the Label document window. These items may be sourced from the TreeView on the left or the ListView on the right, depending on where the keyboard focus is or last was. |
![]() | VsWindowFrame | Get the IVsWindowFrame for this document window. |
| Name | Description | |
|---|---|---|
![]() | Close | Closes this Label document window. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Navigate | Navigate the label to the given server path. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
