Compartilhar via


Método IdentityPropertiesView.CreateView<T> (TeamFoundationRequestContext, TeamFoundationIdentity, IEnumerable<String>, String)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)

Sintaxe

'Declaração
Public Shared Function CreateView(Of T As {New, IdentityPropertiesView}) ( _
    requestContext As TeamFoundationRequestContext, _
    identity As TeamFoundationIdentity, _
    existingPropertyFilters As IEnumerable(Of String), _
    namespaceSuffix As String _
) As T
public static T CreateView<T>(
    TeamFoundationRequestContext requestContext,
    TeamFoundationIdentity identity,
    IEnumerable<string> existingPropertyFilters,
    string namespaceSuffix
)
where T : new(), IdentityPropertiesView

Parâmetros de tipo

  • T

Parâmetros

Valor de retorno

Tipo: T

Segurança do .NET Framework

Consulte também

Referência

IdentityPropertiesView Classe

Sobrecargas CreateView

Namespace Microsoft.TeamFoundation.Framework.Server