Freigeben über


IPackage.AllProfileInstances-Eigenschaft

Ruft eine Liste aller Profile ab, die mit diesem Paket verknüpft sind, und von Profilen, die rekursiv von Paketen im Besitz des Vorgängers geerbt wurden. Stereotypen aus diesen Profilen stellen Stereotype bereit, die auf Elemente im Paket angewendet werden können. Außerdem können Stereotype von Profilen in enthaltenden Paketen oder Modellen auf Elemente innerhalb des Pakets angewendet werden.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

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

Eigenschaftswert

Typ: IEnumerable<IProfileInstance>

.NET Framework-Sicherheit

Siehe auch

Referenz

IPackage Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace