IDatabaseSchemaViewNode Members

Include Protected Members
Include Inherited Members

The base interface for all nodes in the schema view.

The IDatabaseSchemaViewNode type exposes the following members.

Methods

  Name Description
Public method GetChildren Gets a list of the children of this node.
Public method GetIcon Returns the icon for the node.
Public method InUse Marks the node (and the contained hierarchy node) as being in use, or not, by the schema view.

Top

Properties

  Name Description
Public property Caption Gets or sets the caption for the node.
Public property Controller Gets or sets the owning controller.
Public property DatabaseProjectNode Gets or sets the project node parent.
Public property IsExpandable Gets or sets whether this node can have child nodes.
Public property Parent Gets or sets the parent node.
Public property PropertiesObject Gets the object to be shown in the property browser.
Public property Sorter Gets or sets the comparison delegate to use when sorting items.
Public property Tag Gets or sets an extra node information object.

Top

See Also

Reference

IDatabaseSchemaViewNode Interface

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace