Freigeben über


IElement.AppliedStereotypes-Eigenschaft

Jede IStereotypeInstance gibt an, dass ein Stereotyp auf dieses Element angewendet wurde.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IElement Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace