IControlDesignerAccessor.GetDesignModeState 方法

定義

實作時,在控制項用於設計介面期間從控制項取得狀態。

public:
 System::Collections::IDictionary ^ GetDesignModeState();
public System.Collections.IDictionary GetDesignModeState ();
abstract member GetDesignModeState : unit -> System.Collections.IDictionary
Public Function GetDesignModeState () As IDictionary

傳回

IDictionary

控制項狀態的 IDictionary

備註

這個方法僅供控制項設計工具使用。

適用於

另請參閱