Xml.GetDesignModeState Method

Definition

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

Returns

An IDictionary containing the design-time data for the Xml control.

Remarks

The GetDesignModeState method is a helper method used to get the current design-time state of the Xml control.

Applies to

See also