IElement::AppliedStereotypes Property
Visual Studio 2015
Each IStereotypeInstance denotes that a stereotype has been applied to this element.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property IEnumerable<IStereotypeInstance^>^ AppliedStereotypes {
IEnumerable<IStereotypeInstance^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<IStereotypeInstance^>^
Show: