Xml::GetDesignModeState Method ()
.NET Framework (current version)
Gets design-time data for a control.
Assembly: System.Web (in System.Web.dll)
protected: [SecurityPermissionAttribute(SecurityAction::Demand, Unrestricted = true)] virtual IDictionary^ GetDesignModeState() override
Return Value
Type: System.Collections::IDictionary^An IDictionary containing the design-time data for the Xml control.
The GetDesignModeState method is a helper method used to get the current design-time state of the Xml control.
.NET Framework
Available since 2.0
Available since 2.0
Show: