Condividi tramite


Proprietà IProfileManager.AllProfiles

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IProfileManager Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Profiles