Share via


IPropertyType Interface

In a Profile definition, a description of a type of Properties defined in Stereotypes.

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

Syntax

'Declaration
Public Interface IPropertyType
public interface IPropertyType
public interface class IPropertyType
type IPropertyType =  interface end
public interface IPropertyType

The IPropertyType type exposes the following members.

Properties

  Name Description
Public property Name The name of the Property, such as "System.String".
Public property Profile The Profile in which the Property Type is defined.
Public property Properties Profile Properties that have this Property Type.

Top

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

Reference

Microsoft.VisualStudio.Uml.Profiles Namespace