IdentityPropertiesView.CreateView<T>, méthode (TeamFoundationRequestContext, TeamFoundationIdentity, IEnumerable<String>, String)
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
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
Paramètres de type
- T
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- identity
Type : Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
- existingPropertyFilters
Type : System.Collections.Generic.IEnumerable<String>
- namespaceSuffix
Type : System.String
Valeur de retour
Type : T
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.