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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。