IQueryDesignerState.DesignerState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the designer state data.
public:
property System::Xml::XmlElement ^ DesignerState { System::Xml::XmlElement ^ get(); void set(System::Xml::XmlElement ^ value); };
public System.Xml.XmlElement DesignerState { get; set; }
member this.DesignerState : System.Xml.XmlElement with get, set
Public Property DesignerState As XmlElement
Property Value
An XmlElement object that contains the designer state data.