Share via


IdentityPropertiesView.CreateView<T>-Methode (TeamFoundationRequestContext, TeamFoundationIdentity, IEnumerable<String>, String, IdentityPropertyScope)

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, _
    identity As TeamFoundationIdentity, _
    existingPropertyFilters As IEnumerable(Of String), _
    namespaceSuffix As String, _
    propertyScope As IdentityPropertyScope _
) As T
public static T CreateView<T>(
    TeamFoundationRequestContext requestContext,
    TeamFoundationIdentity identity,
    IEnumerable<string> existingPropertyFilters,
    string namespaceSuffix,
    IdentityPropertyScope propertyScope
)
where T : new(), IdentityPropertiesView

Typparameter

  • T

Parameter

Rückgabewert

Typ: T
Gibt [{0}] zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IdentityPropertiesView Klasse

CreateView-Überladung

Microsoft.TeamFoundation.Framework.Server-Namespace