In This Article

XmlDockingWindowRef Class

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

public abstract class XmlDockingWindowRef : XmlDockingObject
Inheritance:
object XmlObjectBase XmlDockingObject object
Derived:
XmlDocumentWindowRef XmlToolWindowRef

Constructors

XmlDockingWindowRef()

Initializes an instance of the class.

protected XmlDockingWindowRef()

Properties

UniqueId

Gets or sets the unique ID of the window.

public Guid UniqueId { get; set; }

Property Value

Guid:

The unique ID of the window.

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