名前空間: Microsoft.TeamFoundation.Framework.Common
アセンブリ: Microsoft.TeamFoundation.Common (Microsoft.TeamFoundation.Common.dll 内)
構文
'宣言
Public Shared Sub MergePermissions ( _
existingAllow As Integer, _
existingDeny As Integer, _
newAllow As Integer, _
newDeny As Integer, _
remove As Integer, _
<OutAttribute> ByRef updatedAllow As Integer, _
<OutAttribute> ByRef updatedDeny As Integer _
)
public static void MergePermissions(
int existingAllow,
int existingDeny,
int newAllow,
int newDeny,
int remove,
out int updatedAllow,
out int updatedDeny
)
パラメーター
- existingAllow
型 : System.Int32
- existingDeny
型 : System.Int32
- newAllow
型 : System.Int32
- newDeny
型 : System.Int32
- remove
型 : System.Int32
- updatedAllow
型 : System.Int32%
- updatedDeny
型 : System.Int32%
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。