BranchRelative 类

表示从 QueryBranches 对象的行。

继承层次结构

System.Object
  Microsoft.TeamFoundation.VersionControl.Client.BranchRelative

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

语法

声明
Public NotInheritable Class BranchRelative _
    Implements IBranchRelative
public sealed class BranchRelative : IBranchRelative

BranchRelative 类型公开以下成员。

属性

  名称 说明
公共属性 BranchFromItem 获取 BranchedFrom 项目。
公共属性 BranchToChangeType 获取表示的更改对象此分支如何创建了。
公共属性 BranchToItem 获取 BranchedTo 项目。
公共属性 IsRequestedItem 获取描述的标志此项是否请求。
公共属性 RelativeFromItemId 获取 BranchedFrom 项目的相对 ID。
公共属性 RelativeToItemId 获取 BranchedTo 项目的相对 ID。

页首

方法

  名称 说明
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
公共方法静态成员 FromXml
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 ToString 创建描述 BranchRelative 对象的属性的用户可读的字符串。 (重写 Object.ToString()。)
公共方法 ToXml(XmlWriter, String)
公共方法静态成员 ToXml(XmlWriter, String, BranchRelative)

页首

显式接口实现

  名称 说明
显式接口实现私有属性 IBranchRelative.BranchFromItem
显式接口实现私有属性 IBranchRelative.BranchToItem
显式接口实现私有属性 IBranchRelative.IsRequestedItem
显式接口实现私有属性 IBranchRelative.RelativeFromItemId
显式接口实现私有属性 IBranchRelative.RelativeToItemId

页首

线程安全

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

请参见

参考

Microsoft.TeamFoundation.VersionControl.Client 命名空间