Share via


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

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

Property Value

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

.NET Framework Security

See Also

Reference

IStereotype Interface

Microsoft.VisualStudio.Uml.Profiles Namespace