This documentation is archived and is not being maintained.
VersionControlLabelDocumentItem Class
Visual Studio 2013
Represents an item in a VersionControlLabelDocument
System::Object
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlLabelDocumentItem
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlLabelDocumentItem
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
The VersionControlLabelDocumentItem type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CheckinDate | If Exists is true, this property will be non-null. The DateTime when Version was committed to the server. |
![]() | Committed | If false, this item has not been saved to the server yet and is a "pending change" to this label. |
![]() | Exists | Always true for files. For folders, this will be false if the item does not occur in the label, but occurs in our tree view of the label in order to serve as a parent to children that are actually in the label. In the UI these nodes are shown greyed-out and for some properties in the tree view, show "Not in label" |
![]() | Item | If Exists is true, this property will be non-null. The Item object for this item in the label. |
![]() | ItemType | The ItemType of this item (file or folder) |
![]() | ServerPath | The server path of this item. |
![]() | Version | If Exists is true, this property will be non-null. The changeset number of the item as it is in the label. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
