Partilhar via


Propriedade IProfileManager.AllProfiles

Namespace:  Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
ReadOnly Property AllProfiles As IEnumerable(Of IProfile)
    Get
IEnumerable<IProfile> AllProfiles { get; }
property IEnumerable<IProfile^>^ AllProfiles {
    IEnumerable<IProfile^>^ get ();
}
abstract AllProfiles : IEnumerable<IProfile>
function get AllProfiles () : IEnumerable<IProfile>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IProfileManager Interface

Namespace Microsoft.VisualStudio.Uml.Profiles