Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
IEnumerable<IStereotype> Stereotypes { get; }
property IEnumerable<IStereotype^>^ Stereotypes {
IEnumerable<IStereotype^>^ get();
}
abstract Stereotypes : IEnumerable<IStereotype> with get
ReadOnly Property Stereotypes As IEnumerable(Of IStereotype)
Property Value
Type: System.Collections.Generic.IEnumerable<IStereotype>
See Also
IMetaclass Interface
Microsoft.VisualStudio.Uml.Profiles Namespace
Return to top