Share via


TeamFoundationIdentityService.GetScopeInfo 方法

命名空间:  Microsoft.TeamFoundation.Server.Core
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)

语法

声明
Public Sub GetScopeInfo ( _
    requestContext As TeamFoundationRequestContext, _
    scopeId As String, _
    <OutAttribute> ByRef scopeName As String, _
    <OutAttribute> ByRef administrators As IdentityDescriptor, _
    <OutAttribute> ByRef isGlobal As Boolean _
)
public void GetScopeInfo(
    TeamFoundationRequestContext requestContext,
    string scopeId,
    out string scopeName,
    out IdentityDescriptor administrators,
    out bool isGlobal
)

参数

实现

ITeamFoundationIdentityService.GetScopeInfo(TeamFoundationRequestContext, String, String%, IdentityDescriptor%, Boolean%)

.NET Framework 安全性

请参阅

参考

TeamFoundationIdentityService 类

Microsoft.TeamFoundation.Server.Core 命名空间