Metodo IdentityPropertiesView.CreateView<T> (TeamFoundationRequestContext, IdentityPropertiesView, String)
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Sintassi
'Dichiarazione
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
Parametri di tipo
- T
Parametri
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- ownerView
Tipo: Microsoft.TeamFoundation.Framework.Server.IdentityPropertiesView
- namespaceSuffix
Tipo: System.String
Valore restituito
Tipo: T
Restituisce {0}.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.