IElement.AppliedStereotypes Property

 

Each IStereotypeInstance denotes that a stereotype has been applied to this element.

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

Syntax

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

Property Value

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

See Also

IElement Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top