In This Article

XmlDockingWindowReference Class

Represents a serializable version of a reference to a DockingWindow class, used for saving to XML layout.

public abstract class XmlDockingWindowReference : XmlDockingObject
Inheritance:
object XmlObjectBase XmlDockingObject object
Derived:
XmlDocumentWindowReference XmlToolWindowReference

Constructors

XmlDockingWindowReference()

Initializes an instance of the class.

protected XmlDockingWindowReference()

Properties

UniqueId

The unique ID of the window.

public Guid UniqueId { get; set; }

Property Value

Guid

Methods

ShouldSerializeUniqueId()

Determines if the UniqueId property should be serialized.

public virtual bool ShouldSerializeUniqueId()

Returns

bool:

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

Inherited Members

Extension Methods