共用方式為


ITeamFoundationIdentityService.GetScopeInfo 方法

取得有關 IMS 範圍的相關資訊。

命名空間:  Microsoft.TeamFoundation.Server.Core
組件:  Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)

語法

'宣告
Sub GetScopeInfo ( _
    requestContext As TeamFoundationRequestContext, _
    scopeId As String, _
    <OutAttribute> ByRef scopeName As String, _
    <OutAttribute> ByRef administrators As IdentityDescriptor, _
    <OutAttribute> ByRef isGlobal As Boolean _
)
void GetScopeInfo(
    TeamFoundationRequestContext requestContext,
    string scopeId,
    out string scopeName,
    out IdentityDescriptor administrators,
    out bool isGlobal
)

參數

.NET Framework 安全性

請參閱

參考

ITeamFoundationIdentityService 介面

Microsoft.TeamFoundation.Server.Core 命名空間