IDatabaseSchemaViewElementNode Members

Include Protected Members
Include Inherited Members

Represents a model element in the database schema view.

The IDatabaseSchemaViewElementNode type exposes the following members.

Methods

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

Top

Properties

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

Top

See Also

Reference

IDatabaseSchemaViewElementNode Interface

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