Sdílet prostřednictvím


IPackage.AllProfileInstances – vlastnost

Získá seznam všech profilů spojen tento balíček a profily rekurzivně zděděné z jeho předchůdce vlastnící balíčky.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 AllProfileInstances As IEnumerable(Of IProfileInstance)
IEnumerable<IProfileInstance> AllProfileInstances { get; }
property IEnumerable<IProfileInstance^>^ AllProfileInstances {
    IEnumerable<IProfileInstance^>^ get ();
}
abstract AllProfileInstances : IEnumerable<IProfileInstance>
function get AllProfileInstances () : IEnumerable<IProfileInstance>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IPackage Rozhraní

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