Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
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
)
public:
virtual void GetScopeInfo(
TeamFoundationRequestContext^ requestContext,
String^ scopeId,
[OutAttribute] String^% scopeName,
[OutAttribute] IdentityDescriptor^% administrators,
[OutAttribute] bool% isGlobal
) sealed
abstract GetScopeInfo :
requestContext:TeamFoundationRequestContext *
scopeId:string *
scopeName:string byref *
administrators:IdentityDescriptor byref *
isGlobal:bool byref -> unit
override GetScopeInfo :
requestContext:TeamFoundationRequestContext *
scopeId:string *
scopeName:string byref *
administrators:IdentityDescriptor byref *
isGlobal:bool byref -> unit
public final function GetScopeInfo(
requestContext : TeamFoundationRequestContext,
scopeId : String,
scopeName : String,
administrators : IdentityDescriptor,
isGlobal : boolean
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- scopeId
Type: System.String
- scopeName
Type: System.String%
- administrators
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor%
- isGlobal
Type: System.Boolean%
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.