IVsProjectDesignerPage.OnActivated 方法

引发,后者在属性页中激活或停用为有效的设计器。

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

语法

声明
Sub OnActivated ( _
    activated As Boolean _
)
void OnActivated(
    bool activated
)

参数

  • activated
    类型:System.Boolean
    true ,如果激活该页, false ,如果停用为。

.NET Framework 安全性

请参见

参考

IVsProjectDesignerPage 接口

Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner 命名空间