IStereotype.Metaclasses Property
Types of element (such as IComponent or IAttribute) to which this Stereotype can be applied. The Stereotype can also be applied to subtypes of the metaclasses in this list.
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IMetaclass> Metaclasses { get; }
property IEnumerable<IMetaclass^>^ Metaclasses {
IEnumerable<IMetaclass^>^ get();
}
abstract Metaclasses : IEnumerable<IMetaclass> with get
ReadOnly Property Metaclasses As IEnumerable(Of IMetaclass)
Property Value
Type: System.Collections.Generic.IEnumerable<IMetaclass>
See Also
IStereotype Interface
Microsoft.VisualStudio.Uml.Profiles Namespace
Return to top