IControlDesignerAccessor.GetDesignModeState 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實作時,在控制項用於設計介面期間從控制項取得狀態。
public:
System::Collections::IDictionary ^ GetDesignModeState();
public System.Collections.IDictionary GetDesignModeState ();
abstract member GetDesignModeState : unit -> System.Collections.IDictionary
Public Function GetDesignModeState () As IDictionary
傳回
控制項狀態的 IDictionary。
備註
這個方法僅供控件設計工具使用。