InheritanceChange 构造函数
初始化的新 InheritanceChance 实例。
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
Public Sub New ( _
item As String, _
inherit As Boolean _
)
public InheritanceChange(
string item,
bool inherit
)
参数
- item
类型:System.String
项目可以更改权限。
- inherit
类型:System.Boolean
继承权限的 True;否则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。