共用方式為


ITfsIdentityStore.AllGlobalAndProjectGroupIdentities 屬性

注意:這個 API 現在已經過時。

傳回與全域及專案群組相關聯的所有 TeamFoundationIdentities。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
<ObsoleteAttribute> _
ReadOnly Property AllGlobalAndProjectGroupIdentities As ReadOnlyCollection(Of TeamFoundationIdentity)
[ObsoleteAttribute]
ReadOnlyCollection<TeamFoundationIdentity> AllGlobalAndProjectGroupIdentities { get; }
[ObsoleteAttribute]
property ReadOnlyCollection<TeamFoundationIdentity^>^ AllGlobalAndProjectGroupIdentities {
    ReadOnlyCollection<TeamFoundationIdentity^>^ get ();
}
[<ObsoleteAttribute>]
abstract AllGlobalAndProjectGroupIdentities : ReadOnlyCollection<TeamFoundationIdentity> with get
function get AllGlobalAndProjectGroupIdentities () : ReadOnlyCollection<TeamFoundationIdentity>

屬性值

類型:ReadOnlyCollection<TeamFoundationIdentity>
傳回 ReadOnlyCollection

.NET Framework 安全性

請參閱

參考

ITfsIdentityStore 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間