DesignSurfaceExtension.OnComponentCreated 方法

此方法,则当一个新元素之后,但该元素之前添加到设计器。

命名空间:  Microsoft.VisualStudio.Shell.Design
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Public Overridable Sub OnComponentCreated ( _
    component As IComponent _
)
public virtual void OnComponentCreated(
    IComponent component
)

参数

备注

此时您可以随意更改元素的元数据。 默认实现不执行任何操作。

.NET Framework 安全性

请参见

参考

DesignSurfaceExtension 类

Microsoft.VisualStudio.Shell.Design 命名空间

DesignSurfaceExtensionAttribute

DesignSurfaceExtension

DesignSurface

IDesigner

IDesignerHost

其他资源

扩展设计时支持