Udostępnij za pośrednictwem


Właściwość IPackage.ProfileInstances —

Pobiera listę profilów, połączone z tym pakietem.Stereotypy z tych profili można stosować do elementów wewnątrz opakowania.Ponadto stereotypów z profilów w zawierające pakiety lub modele można stosować do elementów wewnątrz opakowania.

Przestrzeń nazw:  Microsoft.VisualStudio.Uml.Classes
Zestaw:  Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)

Składnia

'Deklaracja
ReadOnly Property ProfileInstances As IEnumerable(Of IProfileInstance)
IEnumerable<IProfileInstance> ProfileInstances { get; }
property IEnumerable<IProfileInstance^>^ ProfileInstances {
    IEnumerable<IProfileInstance^>^ get ();
}
abstract ProfileInstances : IEnumerable<IProfileInstance> with get
function get ProfileInstances () : IEnumerable<IProfileInstance>

Wartość właściwości

Typ: IEnumerable<IProfileInstance>

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IPackage Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Classes