This documentation is archived and is not being maintained.
ChangesetVersionSpec Class
Visual Studio 2013
Specifies a version based on a changeset number.
System.Object
Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
Microsoft.TeamFoundation.VersionControl.Client.ChangesetVersionSpec
Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
Microsoft.TeamFoundation.VersionControl.Client.ChangesetVersionSpec
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The ChangesetVersionSpec type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangesetVersionSpec(Int32) | Initializes a new ChangesetVersionSpec instance. |
![]() | ChangesetVersionSpec(String) | Initializes a new ChangesetVersionSpec instance. |
| Name | Description | |
|---|---|---|
![]() | ChangesetId | Gets or sets the ID for a changeset. |
![]() | DisplayString | Gets the string representation of the version specification. (Inherited from VersionSpec.) |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether this ChangesetVersionSpec 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.) |
![]() ![]() | ParseChangesetNumber | Parses the string as a changeset number. Throws an exception if the changeset number is not a valid changeset integer. |
![]() | ToString | Creates a user-readable string that describes the properties of a ChangesetVersionSpec object. (Overrides VersionSpec.ToString().) |
Show:
