IStereotype 接口
在配置文件定义中,构造型可应用于 UML 定义中的指定元类集,并可定义其元类的附加属性。
命名空间: Microsoft.VisualStudio.Uml.Profiles
程序集: Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)
语法
声明
Public Interface IStereotype
public interface IStereotype
public interface class IStereotype
type IStereotype = interface end
public interface IStereotype
IStereotype 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
DisplayName | ||
Metaclasses | 可对其应用此构造型的元素(例如 IComponent 或 IAttribute)的类型。构造型也可用于此列表中元类的子类型。 | |
Name | ||
Profile | 定义此“构造型”的“配置文件”。 | |
Properties | 此构造型定义其目标元类的扩展属性。 |
页首
方法
名称 | 说明 | |
---|---|---|
CanApplyTo(String) | ||
CanApplyTo(Type) | ||
GetPropertyByName |
页首
备注
备注
此类型上定义的方法为 extension methods(扩展方法)。要使用方法,您必须将项目引用添加到 .NET assembly Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll,并且您的代码中必须包含指令 using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml。