IdentityPropertiesView.CreateView<T> Method (TeamFoundationRequestContext, IdentityPropertiesView)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function CreateView(Of T As {New, IdentityPropertiesView}) ( _
requestContext As TeamFoundationRequestContext, _
ownerView As IdentityPropertiesView _
) As T
public static T CreateView<T>(
TeamFoundationRequestContext requestContext,
IdentityPropertiesView ownerView
)
where T : new(), IdentityPropertiesView
public:
generic<typename T>
where T : gcnew(), IdentityPropertiesView
static T CreateView(
TeamFoundationRequestContext^ requestContext,
IdentityPropertiesView^ ownerView
)
static member CreateView :
requestContext:TeamFoundationRequestContext *
ownerView:IdentityPropertiesView -> 'T when 'T : new() and IdentityPropertiesView
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- ownerView
Type: Microsoft.TeamFoundation.Framework.Server.IdentityPropertiesView
Return Value
Type: T
Returns [{0}].
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.