Share via


IMetaclass.Stereotypes Property

Stereotypes that are applicable to this Metaclass and its subtypes.

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

Syntax

'Declaration
ReadOnly Property Stereotypes As IEnumerable(Of IStereotype)
    Get
IEnumerable<IStereotype> Stereotypes { get; }
property IEnumerable<IStereotype^>^ Stereotypes {
    IEnumerable<IStereotype^>^ get ();
}
abstract Stereotypes : IEnumerable<IStereotype>
function get Stereotypes () : IEnumerable<IStereotype>

Property Value

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

.NET Framework Security

See Also

Reference

IMetaclass Interface

Microsoft.VisualStudio.Uml.Profiles Namespace