IdentityService.CreateScope-Methode
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public MustOverride Function CreateScope ( _
requestContext As TeamFoundationRequestContext, _
scopeId As Guid, _
parentScopeId As Guid, _
scopeType As GroupScopeType, _
scopeName As String, _
adminGroupName As String, _
adminGroupDescription As String, _
creatorId As Guid _
) As IdentityScope
public abstract IdentityScope CreateScope(
TeamFoundationRequestContext requestContext,
Guid scopeId,
Guid parentScopeId,
GroupScopeType scopeType,
string scopeName,
string adminGroupName,
string adminGroupDescription,
Guid creatorId
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- scopeId
Typ: System.Guid
- parentScopeId
Typ: System.Guid
- scopeType
Typ: Microsoft.VisualStudio.Services.Identity.GroupScopeType
- scopeName
Typ: System.String
- adminGroupName
Typ: System.String
- adminGroupDescription
Typ: System.String
- creatorId
Typ: System.Guid
Rückgabewert
Typ: Microsoft.VisualStudio.Services.Identity.IdentityScope
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.