IMetaclass 接口
在配置文件定义中,引用可应用构造型的元素类型,如组件、特性、生命线或依赖关系。
命名空间: Microsoft.VisualStudio.Uml.Profiles
程序集: Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)
语法
声明
Public Interface IMetaclass
public interface IMetaclass
public interface class IMetaclass
type IMetaclass = interface end
public interface IMetaclass
IMetaclass 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Name | 如 "Microsoft.VisualStudio.Uml.Components.IComponent" 的“元类”的名称。 | |
Profile | 此“元类”引用格式部分的“配置文件”。 | |
Stereotypes | 适用于此元类及其子类型的构造型。 |
页首
方法
名称 | 说明 | |
---|---|---|
CanHaveStereotype |
页首
备注
提示
此类型上定义的方法为 extension methods(扩展方法)。 要使用方法,您必须将项目引用添加到 .NET assembly Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll,并且您的代码中必须包含指令 using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml。