Freigeben über


IElement.ApplicableStereotypes-Eigenschaft

Der Satz von Stereotypen, die auf dieses Element angewendet werden können.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IElement Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace