IdentityPropertiesView.EnsureIdentityAndProperties Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.