IdentityPropertiesView.CreateView<T>, méthode (TeamFoundationRequestContext, IdentityPropertiesView, 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, _
ownerView As IdentityPropertiesView, _
namespaceSuffix As String _
) As T
public static T CreateView<T>(
TeamFoundationRequestContext requestContext,
IdentityPropertiesView ownerView,
string namespaceSuffix
)
where T : new(), IdentityPropertiesView
Paramètres de type
- T
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- ownerView
Type : Microsoft.TeamFoundation.Framework.Server.IdentityPropertiesView
- namespaceSuffix
Type : System.String
Valeur de retour
Type : T
Retourne {0}.
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.