Share via


IdentityPropertiesView.CreateView<T> 方法 (TeamFoundationRequestContext, TeamFoundationIdentity, IEnumerable<String>, String, IdentityPropertyScope)

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)

語法

'宣告
Public Shared Function CreateView(Of T As {New, IdentityPropertiesView}) ( _
    requestContext As TeamFoundationRequestContext, _
    identity As TeamFoundationIdentity, _
    existingPropertyFilters As IEnumerable(Of String), _
    namespaceSuffix As String, _
    propertyScope As IdentityPropertyScope _
) As T
public static T CreateView<T>(
    TeamFoundationRequestContext requestContext,
    TeamFoundationIdentity identity,
    IEnumerable<string> existingPropertyFilters,
    string namespaceSuffix,
    IdentityPropertyScope propertyScope
)
where T : new(), IdentityPropertiesView

類型參數

  • T

參數

傳回值

類型:T

.NET Framework 安全性

請參閱

參考

IdentityPropertiesView 類別

CreateView 多載

Microsoft.TeamFoundation.Framework.Server 命名空間