Control.IControlDesignerAccessor.GetDesignModeState 方法

定义

有关此成员的说明,请参见 GetDesignModeState()

 virtual System::Collections::IDictionary ^ System.Web.UI.IControlDesignerAccessor.GetDesignModeState() = System::Web::UI::IControlDesignerAccessor::GetDesignModeState;
System.Collections.IDictionary IControlDesignerAccessor.GetDesignModeState ();
abstract member System.Web.UI.IControlDesignerAccessor.GetDesignModeState : unit -> System.Collections.IDictionary
override this.System.Web.UI.IControlDesignerAccessor.GetDesignModeState : unit -> System.Collections.IDictionary
Function GetDesignModeState () As IDictionary Implements IControlDesignerAccessor.GetDesignModeState

返回

IDictionary

控件状态的 IDictionary

实现

注解

此成员是显式接口成员的实现。 它只能在 Control 实例被强制转换为 IControlDesignerAccessor 接口时使用。

适用于