InheritanceChange 类
表示继承更改。
继承层次结构
System.Object
Microsoft.TeamFoundation.VersionControl.Client.SecurityChange
Microsoft.TeamFoundation.VersionControl.Client.InheritanceChange
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
Public NotInheritable Class InheritanceChange _
Inherits SecurityChange
public sealed class InheritanceChange : SecurityChange
InheritanceChange 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
InheritanceChange | 初始化的新 InheritanceChance 实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
Inherit | 获取或设置是否描述继承更改的标志。 | |
Item | 获取或设置属于此 SecurityChange 项目的路径。 (继承自 SecurityChange。) |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
FromXml | ||
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
ToString | 创建描述一 InheritanceChange 对象的用户可读的字符串。 (重写 SecurityChange.ToString()。) | |
ToXml(XmlWriter, String) | (重写 SecurityChange.ToXml(XmlWriter, String)。) | |
ToXml(XmlWriter, String, InheritanceChange) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。