共用方式為


TeamFoundationIdentityService.CreateScope 方法

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

語法

'宣告
Public Function CreateScope ( _
    requestContext As TeamFoundationRequestContext, _
    scopeUri As String, _
    scopeName As String, _
    adminGroupName As String, _
    adminGroupDescription As String _
) As IdentityDescriptor
public IdentityDescriptor CreateScope(
    TeamFoundationRequestContext requestContext,
    string scopeUri,
    string scopeName,
    string adminGroupName,
    string adminGroupDescription
)

參數

傳回值

類型:Microsoft.VisualStudio.Services.Identity.IdentityDescriptor

實作

ITeamFoundationIdentityService.CreateScope(TeamFoundationRequestContext, String, String, String, String)

.NET Framework 安全性

請參閱

參考

TeamFoundationIdentityService 類別

Microsoft.TeamFoundation.Server.Core 命名空間