共用方式為


IIdentityProvider.GetPossibleIdentityTypes 方法

表示提供的描述元可能代表使用者群組,或兩者。

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

語法

'宣告
Function GetPossibleIdentityTypes ( _
    requestContext As TeamFoundationRequestContext, _
    descriptor As IdentityDescriptor _
) As IdentitySearchType
IdentitySearchType GetPossibleIdentityTypes(
    TeamFoundationRequestContext requestContext,
    IdentityDescriptor descriptor
)

參數

傳回值

類型:Microsoft.VisualStudio.Services.Identity.IdentitySearchType
一個或多個 IdentitySearchType 旗標或無,如果描述元無法有效。

備註

GetIdentity (requestContext,識別) .IsContainer 和 GetPossibleIdentityTypes (requestContext, GetDescriptor (requestContext,識別)),除非 GetPossibleIdentityTypes 傳回 IdentitySearchType.All,必須傳回一致的結果。 這個方法不應該是不呼叫,並應該開啟資料庫或遠端服務呼叫。

.NET Framework 安全性

請參閱

參考

IIdentityProvider 介面

Microsoft.VisualStudio.Services.Identity 命名空間