IdentityPropertiesView.Initialize Method (TeamFoundationRequestContext, TeamFoundationIdentity, IEnumerable<String>, String, IdentityPropertyScope)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Overridable Sub Initialize ( _
requestContext As TeamFoundationRequestContext, _
identity As TeamFoundationIdentity, _
existingPropertyFilters As IEnumerable(Of String), _
namespaceSuffix As String, _
propertyScope As IdentityPropertyScope _
)
protected virtual void Initialize(
TeamFoundationRequestContext requestContext,
TeamFoundationIdentity identity,
IEnumerable<string> existingPropertyFilters,
string namespaceSuffix,
IdentityPropertyScope propertyScope
)
protected:
virtual void Initialize(
TeamFoundationRequestContext^ requestContext,
TeamFoundationIdentity^ identity,
IEnumerable<String^>^ existingPropertyFilters,
String^ namespaceSuffix,
IdentityPropertyScope propertyScope
)
abstract Initialize :
requestContext:TeamFoundationRequestContext *
identity:TeamFoundationIdentity *
existingPropertyFilters:IEnumerable<string> *
namespaceSuffix:string *
propertyScope:IdentityPropertyScope -> unit
override Initialize :
requestContext:TeamFoundationRequestContext *
identity:TeamFoundationIdentity *
existingPropertyFilters:IEnumerable<string> *
namespaceSuffix:string *
propertyScope:IdentityPropertyScope -> unit
protected function Initialize(
requestContext : TeamFoundationRequestContext,
identity : TeamFoundationIdentity,
existingPropertyFilters : IEnumerable<String>,
namespaceSuffix : String,
propertyScope : IdentityPropertyScope
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- existingPropertyFilters
Type: System.Collections.Generic.IEnumerable<String>
- namespaceSuffix
Type: System.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.