This topic has not yet been rated - Rate this topic

LabelVersionSpec Class

Represents version as a label.

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

The LabelVersionSpec type exposes the following members.

  NameDescription
Public methodLabelVersionSpec(String)Initializes a new LabelVersionSpec object.
Public methodLabelVersionSpec(String, String)Initializes a new LabelVersionSpec object.
Top
  NameDescription
Public propertyDisplayStringGets the string representation of the version specification. (Inherited from VersionSpec.)
Public propertyLabelGets or sets the label.
Public propertyScopeGets or sets the scope.
Top
  NameDescription
Public methodEqualsDetermines whether this 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 methodToStringCreates a user-readable string that describes the properties of a LabelVersionSpec object. (Overrides VersionSpec::ToString().)
Top
  NameDescription
Public fieldStatic memberIdentifierThe identifier.
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.