LabelVersionSpec Class
Represents version as a label.
Inheritance Hierarchy
System.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)
Syntax
'Декларация
Public NotInheritable Class LabelVersionSpec _
Inherits VersionSpec
public sealed class LabelVersionSpec : VersionSpec
public ref class LabelVersionSpec sealed : public VersionSpec
[<Sealed>]
type LabelVersionSpec =
class
inherit VersionSpec
end
public final class LabelVersionSpec extends VersionSpec
The LabelVersionSpec type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LabelVersionSpec(String) | Initializes a new LabelVersionSpec object. | |
LabelVersionSpec(String, String) | Initializes a new LabelVersionSpec object. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether this instance is equal to the specified instance. (Overrides Object.Equals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from 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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Creates a user-readable string that describes the properties of a LabelVersionSpec object. (Overrides VersionSpec.ToString().) |
Top
Fields
Name | Description | |
---|---|---|
Identifier |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.