In This Article

XmlWorkspace Class

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

public class XmlWorkspace : XmlDockingObject
Inheritance:
object XmlObjectBase XmlDockingObject object

Constructors

XmlWorkspace()

Initializes an instance of the class.

public XmlWorkspace()

Properties

Content

The content of the workspace.

public XmlObjectBase? Content { get; set; }

Property Value

XmlObjectBase

Inherited Members

Extension Methods