LabelVersionSpec 类

表示版本作为标签。

继承层次结构

System.Object
  Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
    Microsoft.TeamFoundation.VersionControl.Client.LabelVersionSpec

命名空间:  Microsoft.TeamFoundation.VersionControl.Client
程序集:  Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

语法

声明
Public NotInheritable Class LabelVersionSpec _
    Inherits VersionSpec
public sealed class LabelVersionSpec : VersionSpec

LabelVersionSpec 类型公开以下成员。

构造函数

  名称 说明
公共方法 LabelVersionSpec(String) 初始化新的 LabelVersionSpec 对象。
公共方法 LabelVersionSpec(String, String) 初始化新的 LabelVersionSpec 对象。

页首

属性

  名称 说明
公共属性 DisplayString 获取版本规范的字符串表示方法。 (继承自 VersionSpec。)
公共属性 Label 获取或设置标签。
公共属性 Scope 获取或设置范围。

页首

方法

  名称 说明
公共方法 ComputeVersionString (重写 VersionSpec.ComputeVersionString()。)
公共方法 Equals 确定此实例是否与指定的实例是否相等。 (重写 Object.Equals(Object)。)
公共方法 Format 使用版本说明符,设置路径。 (继承自 VersionSpec。)
公共方法静态成员 FromXml
公共方法 GetHashCode 生成此实例的哈希代码。 (重写 Object.GetHashCode()。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 ToString 创建描述 LabelVersionSpec 对象的属性的用户可读的字符串。 (重写 VersionSpec.ToString()。)
公共方法 ToXml(XmlWriter, String) (重写 VersionSpec.ToXml(XmlWriter, String)。)
公共方法静态成员 ToXml(XmlWriter, String, LabelVersionSpec)

页首

字段

  名称 说明
公共字段静态成员 Identifier 标识符。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.TeamFoundation.VersionControl.Client 命名空间