IElement.VisibleAppliedStereotypes Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

IElement Interface

Microsoft.VisualStudio.Uml.Classes Namespace