In This Article

XmlDocumentWindow Class

Represents a serializable version of the DocumentWindow class, used for saving to XML layout.

public class XmlDocumentWindow : XmlDockingWindow
Inheritance:
object XmlObjectBase XmlDockingObject XmlDockingWindow object

Constructors

XmlDocumentWindow()

Initializes an instance of the class.

public XmlDocumentWindow()

Properties

FileName

The filename of the window.

public string? FileName { get; set; }

Property Value

string

See Also

Methods

GetSerializerProperties()

Returns an enumerable of IXmlSerializerProperty instances which define the properties supported by serialization.

public override IEnumerable<IXmlSerializerProperty> GetSerializerProperties()

Returns

IEnumerable<IXmlSerializerProperty>

Remarks

When not using System.Xml.Serialization.XmlSerializer, derived classes should override this method to define additional properties that should be included by the serializer.

ShouldSerializeFileName()

Determines if the FileName property should be serialized.

public virtual bool ShouldSerializeFileName()

Returns

bool:

true if the FileName property should be serialized; otherwise, false.

Inherited Members

Extension Methods