This topic has not yet been rated - Rate this topic

ChangesetVersionSpec Class

Specifies a version based on a changeset number.

Object
  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)
public sealed class ChangesetVersionSpec : VersionSpec

The ChangesetVersionSpec type exposes the following members.

  NameDescription
Public methodChangesetVersionSpec(Int32)Initializes a new ChangesetVersionSpec instance.
Public methodChangesetVersionSpec(String)Initializes a new ChangesetVersionSpec instance.
Top
  NameDescription
Public propertyChangesetIdGets or sets the ID for a changeset.
Public propertyDisplayStringGets the string representation of the version specification. (Inherited from VersionSpec.)
Top
  NameDescription
Public methodEqualsDetermines whether this ChangesetVersionSpec instance is equal to the specified instance. (Overrides Object.Equals(Object).)
Public methodFormatFormats a path by using the version specifier. (Inherited from VersionSpec.)
Public methodGetHashCodeGenerates a hash code for this instance. (Overrides Object.GetHashCode.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodStatic memberParseChangesetNumberParses the string as a changeset number. Throws an exception if the changeset number is not a valid changeset integer.
Public methodToStringCreates a user-readable string that describes the properties of a ChangesetVersionSpec object. (Overrides VersionSpec.ToString().)
Top
  NameDescription
Public fieldStatic memberIdentifierIdentifier for this version spec in command-line usage.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.