Xml.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 控件的设计时数据 Xml

注解

该方法 GetDesignModeState 是一种帮助程序方法,用于获取控件的 Xml 当前设计时状态。

适用于

另请参阅