ThemeProvider.DesignerHost 属性
定义
获取表示当前设计器环境的 IDesignerHost 对象。Gets an IDesignerHost object that represents the current designer environment.
public:
property System::ComponentModel::Design::IDesignerHost ^ DesignerHost { System::ComponentModel::Design::IDesignerHost ^ get(); };
public System.ComponentModel.Design.IDesignerHost DesignerHost { get; }
member this.DesignerHost : System.ComponentModel.Design.IDesignerHost
Public ReadOnly Property DesignerHost As IDesignerHost
属性值
表示当前设计器环境的 IDesignerHost。An IDesignerHost that represents the current designer environment.