TeamFoundationVersionControlService.QueryGlobalPermissions 方法
查詢選取的識別的全域使用權限。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
Public Function QueryGlobalPermissions ( _
requestContext As TeamFoundationRequestContext, _
identityNames As String() _
) As GlobalSecurity
public GlobalSecurity QueryGlobalPermissions(
TeamFoundationRequestContext requestContext,
string[] identityNames
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容。
- identityNames
類型:array<System.String[]
使用者或群組名稱 (可以是 null。所有識別)。
傳回值
類型:Microsoft.TeamFoundation.VersionControl.Server.GlobalSecurity
全域使用權限清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。