IElement.VisibleAppliedStereotypes Property
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IStereotypeInstance> VisibleAppliedStereotypes { get; }
property IEnumerable<IStereotypeInstance^>^ VisibleAppliedStereotypes {
IEnumerable<IStereotypeInstance^>^ get();
}
abstract VisibleAppliedStereotypes : IEnumerable<IStereotypeInstance> with get
ReadOnly Property VisibleAppliedStereotypes As IEnumerable(Of IStereotypeInstance)
Property Value
Type: System.Collections.Generic.IEnumerable<IStereotypeInstance>
See Also
IElement Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top