This documentation is archived and is not being maintained.
LabelVersionSpec Class
Visual Studio 2013
Represents version as a label.
System.Object
Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
Microsoft.TeamFoundation.VersionControl.Client.LabelVersionSpec
Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
Microsoft.TeamFoundation.VersionControl.Client.LabelVersionSpec
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The LabelVersionSpec type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | LabelVersionSpec(String) | Initializes a new LabelVersionSpec object. |
![]() | LabelVersionSpec(String, String) | Initializes a new LabelVersionSpec object. |
| Name | Description | |
|---|---|---|
![]() | DisplayString | Gets the string representation of the version specification. (Inherited from VersionSpec.) |
![]() | Label | Gets or sets the label. |
![]() | Scope | Gets or sets the scope. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether this instance is equal to the specified instance. (Overrides Object.Equals(Object).) |
![]() | Format | Formats a path by using the version specifier. (Inherited from VersionSpec.) |
![]() | GetHashCode | Generates a hash code for this instance. (Overrides Object.GetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Creates a user-readable string that describes the properties of a LabelVersionSpec object. (Overrides VersionSpec.ToString.) |
Show:
