IdentityPropertiesView.CreateView<T> Method (TeamFoundationRequestContext, Guid, String)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared Function CreateView(Of T As {New, IdentityPropertiesView}) ( _
    requestContext As TeamFoundationRequestContext, _
    identityId As Guid, _
    namespaceSuffix As String _
) As T
public static T CreateView<T>(
    TeamFoundationRequestContext requestContext,
    Guid identityId,
    string namespaceSuffix
)
where T : new(), IdentityPropertiesView
public:
generic<typename T>
where T : gcnew(), IdentityPropertiesView 
static T CreateView(
    TeamFoundationRequestContext^ requestContext, 
    Guid identityId, 
    String^ namespaceSuffix
)
static member CreateView : 
        requestContext:TeamFoundationRequestContext * 
        identityId:Guid * 
        namespaceSuffix:string -> 'T  when 'T : new() and IdentityPropertiesView
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

Return Value

Type: T
Returns [{0}].

.NET Framework Security

See Also

Reference

IdentityPropertiesView Class

CreateView Overload

Microsoft.TeamFoundation.Framework.Server Namespace