DatabaseSchemaViewRootNode Members
Include Protected Members
Include Inherited Members
Represents the root node of the hierarchy.
The DatabaseSchemaViewRootNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DatabaseSchemaViewRootNode | Initializes a new instance of the DatabaseSchemaViewRootNode class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetChildren | Returns a list of the children of this node. (Inherited from DatabaseSchemaViewNode.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetIcon | Returns the icon for the project node. (Overrides DatabaseSchemaViewFolderNode.GetIcon(Boolean).) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
InUse | Marks the node (and the contained hierarchy node) as being used or not in the schema view. (Inherited from DatabaseSchemaViewNode.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Caption | Gets or sets the caption of the project node, unless caption override is used. (Overrides DatabaseSchemaViewNode.Caption.) |
![]() |
Controller | Gets or sets the owning schema view controller. (Inherited from DatabaseSchemaViewNode.) |
![]() |
DatabaseProjectNode | Gets or sets the project node parent. (Inherited from DatabaseSchemaViewNode.) |
![]() |
IsExpandable | Gets or sets whether this node can have children. (Inherited from DatabaseSchemaViewNode.) |
![]() |
NodeTypeId | Gets or sets the node type ID. (Inherited from DatabaseSchemaViewNode.) |
![]() |
OwningElement | Gets or sets the owning element of the folder. (Inherited from DatabaseSchemaViewFolderNode.) |
![]() |
Parent | Gets or sets the parent node. (Inherited from DatabaseSchemaViewNode.) |
![]() |
Populator | Gets or sets the populator delegate. (Inherited from DatabaseSchemaViewNode.) |
![]() |
PropertiesObject | Returns an instance of DatabaseSchemaViewRootNodeProperties. (Overrides DatabaseSchemaViewFolderNode.PropertiesObject.) |
![]() |
Sorter | Gets or sets the comparison delegate to use when sorting items. (Inherited from DatabaseSchemaViewNode.) |
![]() |
Tag | Gets or sets the extra node information object. (Inherited from DatabaseSchemaViewNode.) |
Top
See Also
Reference
DatabaseSchemaViewRootNode Class
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace