IProfileManager.AllProfiles (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.Uml.Profiles
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
ReadOnly Property AllProfiles As IEnumerable(Of IProfile)
IEnumerable<IProfile> AllProfiles { get; }
property IEnumerable<IProfile^>^ AllProfiles {
    IEnumerable<IProfile^>^ get ();
}
abstract AllProfiles : IEnumerable<IProfile>
function get AllProfiles () : IEnumerable<IProfile>

Valor de propiedad

Tipo: System.Collections.Generic.IEnumerable<IProfile>

Seguridad de .NET Framework

Vea también

Referencia

IProfileManager Interfaz

Microsoft.VisualStudio.Uml.Profiles (Espacio de nombres)