IStereotype Interface

 

In a Profile definition, A Stereotype can be applied to a specified set of metaclasses within the UML definition, and can define additional Properties for its metaclasses.

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

public interface class IStereotype

NameDescription
System_CAPS_pubpropertyDisplayName

System_CAPS_pubpropertyMetaclasses

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.

System_CAPS_pubpropertyName

System_CAPS_pubpropertyProfile

The Profile in which this Stereotype is defined.

System_CAPS_pubpropertyProperties

Extension Properties that this Stereotype defines on its target metaclasses.

System_CAPS_noteNote

The methods defined on this type are extension methods. To use the methods, you must add a project reference to the .NET assembly Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll, and you must include the directive using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml; in your code.

Return to top
Show: