IDesignerEventService.ActiveDesigner 属性

定义

获取当前活动文档的根设计器。Gets the root designer for the currently active document.

public:
 property System::ComponentModel::Design::IDesignerHost ^ ActiveDesigner { System::ComponentModel::Design::IDesignerHost ^ get(); };
public System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; }
member this.ActiveDesigner : System.ComponentModel.Design.IDesignerHost
Public ReadOnly Property ActiveDesigner As IDesignerHost

属性值

IDesignerHost

当前处于活动状态的文档,在没有活动文档的情况下为 nullThe currently active document, or null if there is no active document.

适用于