IPropertyType 接口
在配置文件定义中,在构造型中定义属性类型的说明。
命名空间: Microsoft.VisualStudio.Uml.Profiles
程序集: Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)
语法
声明
Public Interface IPropertyType
public interface IPropertyType
public interface class IPropertyType
type IPropertyType = interface end
public interface IPropertyType
IPropertyType 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Name | 属性的名称,如 "System.String" 。 | |
Profile | 定义“属性类型”的“配置文件”。 | |
Properties | 具有此属性类型的配置文件属性。 |
页首
备注
提示
此类型上定义的方法为 extension methods(扩展方法)。 要使用方法,您必须将项目引用添加到 .NET assembly Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll,并且您的代码中必须包含指令 using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml。