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
)

參數

  • identityNames
    類型:array<System.String[]
    使用者或群組名稱 (可以是 null。所有識別)。

傳回值

類型:Microsoft.TeamFoundation.VersionControl.Server.GlobalSecurity
全域使用權限清單。

.NET Framework 安全性

請參閱

參考

TeamFoundationVersionControlService 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間