IdentityPropertiesView.Initialize Method (TeamFoundationRequestContext, IdentityPropertiesView, String)
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, _
ownerView As IdentityPropertiesView, _
namespaceSuffix As String _
)
protected virtual void Initialize(
TeamFoundationRequestContext requestContext,
IdentityPropertiesView ownerView,
string namespaceSuffix
)
protected:
virtual void Initialize(
TeamFoundationRequestContext^ requestContext,
IdentityPropertiesView^ ownerView,
String^ namespaceSuffix
)
abstract Initialize :
requestContext:TeamFoundationRequestContext *
ownerView:IdentityPropertiesView *
namespaceSuffix:string -> unit
override Initialize :
requestContext:TeamFoundationRequestContext *
ownerView:IdentityPropertiesView *
namespaceSuffix:string -> unit
protected function Initialize(
requestContext : TeamFoundationRequestContext,
ownerView : IdentityPropertiesView,
namespaceSuffix : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- ownerView
Type: Microsoft.TeamFoundation.Framework.Server.IdentityPropertiesView
- namespaceSuffix
Type: System.String
.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.