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.
A Profile contains definitions of Stereotypes.
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
public interface IProfile
public interface class IProfile
type IProfile = interface end
Public Interface IProfile
Properties
Name | Description | |
---|---|---|
![]() |
DisplayName | Name shown in the user interface. |
![]() |
Metaclasses | Descriptions of metaclasses referenced in this Profile. |
![]() |
Name | Name of the Profile for reference purposes. |
![]() |
PropertyTypes | Definitions of types of properties used in the profile. |
![]() |
Stereotypes | Definitions of Stereotypes within a Profile. |
Methods
Name | Description | |
---|---|---|
![]() |
GetMetaclassByName(String) | |
![]() |
GetPropertyTypeByName(String) | |
![]() |
GetStereotypeByName(String) |
Remarks
Note
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.
See Also
Microsoft.VisualStudio.Uml.Profiles Namespace
Return to top