Metoda IdentityPropertiesView.CreateView<T> — (TeamFoundationRequestContext, TeamFoundationIdentity, IEnumerable<String>)
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Server
Zestaw: Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)
Składnia
'Deklaracja
Public Shared Function CreateView(Of T As {New, IdentityPropertiesView}) ( _
requestContext As TeamFoundationRequestContext, _
identity As TeamFoundationIdentity, _
existingPropertyFilters As IEnumerable(Of String) _
) As T
public static T CreateView<T>(
TeamFoundationRequestContext requestContext,
TeamFoundationIdentity identity,
IEnumerable<string> existingPropertyFilters
)
where T : new(), IdentityPropertiesView
Parametry typów
- T
Parametry
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- existingPropertyFilters
Typ: System.Collections.Generic.IEnumerable<String>
Wartość zwracana
Typ: T
Returns [{0}].
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..