Freigeben über


IPackage.ProfileInstances-Eigenschaft

Ruft eine Liste der mit dem Paket verknüpften Profile ab. 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 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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IPackage Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace