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

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

Property Value

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

.NET Framework Security

See Also

Reference

IElement Interface

Microsoft.VisualStudio.Uml.Classes Namespace