Menu.GetDesignModeState 方法
定義
protected:
override System::Collections::IDictionary ^ GetDesignModeState();
protected override System.Collections.IDictionary GetDesignModeState ();
override this.GetDesignModeState : unit -> System.Collections.IDictionary
Protected Overrides Function GetDesignModeState () As IDictionary
傳回
IDictionary,包含 Menu 控制項的設計階段狀態。An IDictionary containing the design-time state of the Menu control.
備註
GetDesignModeState方法是用來取得控制項目前設計階段狀態的 helper 方法 Menu 。The GetDesignModeState method is a helper method used to get the current design-time state of the Menu control.