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 介面時,才能使用這個成員。

適用於