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

注解

此方法仅由控件设计器使用。

适用于

另请参阅