Compartir a través de


ITfsIdentityStore.AllGlobalAndProjectGroupIdentities (Propiedad)

Nota: Esta API está obsoleta.

Devuelve todos los objetos TeamFoundationIdentities asociados a grupos globales y de proyecto.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
<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>

Valor de propiedad

Tipo: ReadOnlyCollection<TeamFoundationIdentity>
Devuelve ReadOnlyCollection.

Seguridad de .NET Framework

Vea también

Referencia

ITfsIdentityStore Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)