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.Framework.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Protected Sub EnsureIdentityAndProperties ( _
requestContext As TeamFoundationRequestContext, _
viewPropertyFilters As IEnumerable(Of String), _
propertyScope As IdentityPropertyScope _
)
protected void EnsureIdentityAndProperties(
TeamFoundationRequestContext requestContext,
IEnumerable<string> viewPropertyFilters,
IdentityPropertyScope propertyScope
)
protected:
void EnsureIdentityAndProperties(
TeamFoundationRequestContext^ requestContext,
IEnumerable<String^>^ viewPropertyFilters,
IdentityPropertyScope propertyScope
)
member EnsureIdentityAndProperties :
requestContext:TeamFoundationRequestContext *
viewPropertyFilters:IEnumerable<string> *
propertyScope:IdentityPropertyScope -> unit
protected function EnsureIdentityAndProperties(
requestContext : TeamFoundationRequestContext,
viewPropertyFilters : IEnumerable<String>,
propertyScope : IdentityPropertyScope
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- viewPropertyFilters
Type: System.Collections.Generic.IEnumerable<String>
- propertyScope
Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
.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.