IProfile Interface

 

A Profile contains definitions of Stereotypes.

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

public interface class IProfile

NameDescription
System_CAPS_pubpropertyDisplayName

Name shown in the user interface.

System_CAPS_pubpropertyMetaclasses

Descriptions of metaclasses referenced in this Profile.

System_CAPS_pubpropertyName

Name of the Profile for reference purposes.

System_CAPS_pubpropertyPropertyTypes

Definitions of types of properties used in the profile.

System_CAPS_pubpropertyStereotypes

Definitions of Stereotypes within a Profile.

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: