TeamFoundationIdentityService.GetScopeInfo 方法

获取有关 IMS 作用域信息。

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.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.Framework.Server 命名空间