Método IdentityPropertiesView.CreateView<T> (TeamFoundationRequestContext, IdentityPropertiesView, 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, _
ownerView As IdentityPropertiesView, _
namespaceSuffix As String _
) As T
public static T CreateView<T>(
TeamFoundationRequestContext requestContext,
IdentityPropertiesView ownerView,
string namespaceSuffix
)
where T : new(), IdentityPropertiesView
Parâmetros de tipo
- T
Parâmetros
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- ownerView
Tipo: Microsoft.TeamFoundation.Framework.Server.IdentityPropertiesView
- namespaceSuffix
Tipo: System.String
Valor de retorno
Tipo: T
Retorna {0}.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.