Sdílet prostřednictvím


IPackage.ProfileInstances – vlastnost

Získá seznam profilů, které jsou spojené s tímto balíčkem.Stereotypy z profilů lze použít prvky uvnitř obalu.Kromě toho Stereotypy z profilů v obsahující balíčky nebo modely lze prvky uvnitř obalu.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: IEnumerable<IProfileInstance>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IPackage Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů