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

Gets or sets the content of the workspace.

public XmlObjectBase Content { get; set; }

Property Value

XmlObjectBase:

The content of the workspace.

Inherited Members