Sdílet prostřednictvím


IPackage.ProfileInstances – vlastnost

Získá seznam profilů 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)
    Get
IEnumerable<IProfileInstance> ProfileInstances { get; }
property IEnumerable<IProfileInstance^>^ ProfileInstances {
    IEnumerable<IProfileInstance^>^ get ();
}
abstract ProfileInstances : IEnumerable<IProfileInstance>
function get ProfileInstances () : IEnumerable<IProfileInstance>

Hodnota vlastnosti

Typ: System.Collections.Generic.IEnumerable<IProfileInstance>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IPackage Rozhraní

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