IPropertyType Interface
Visual Studio 2015
In a Profile definition, a description of a type of Properties defined in Stereotypes.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | Name | The name of the Property, such as "System.String". |
![]() | Profile | The Profile in which the Property Type is defined. |
![]() | Properties | Profile Properties that have this Property Type. |
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. |
Show:

