Xml.GetDesignModeState Method ()
.NET Framework (current version)
Gets design-time data for a control.
Assembly: System.Web (in System.Web.dll)
[SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true)] protected override IDictionary GetDesignModeState()
Return Value
Type: System.Collections.IDictionaryAn 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: