Xml.GetDesignModeState 方法

定义

获取控件的设计时数据。Gets design-time data for a control.

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

IDictionary 包含 Xml 控件的设计时数据。An IDictionary containing the design-time data for the Xml control.

注解

GetDesignModeState方法是一个帮助器方法,用于获取控件的当前设计时状态 XmlThe GetDesignModeState method is a helper method used to get the current design-time state of the Xml control.

适用于