DatabaseSchemaViewElementNode Class
Represents a node for a model element in Schema View.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.DatabaseSchemaViewNode
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.DatabaseSchemaViewElementNode
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class DatabaseSchemaViewElementNode _
Inherits DatabaseSchemaViewNode _
Implements ISchemaModelViewerElementNode, ISchemaModelViewerNode
[CLSCompliantAttribute(false)]
public class DatabaseSchemaViewElementNode : DatabaseSchemaViewNode,
ISchemaModelViewerElementNode, ISchemaModelViewerNode
[CLSCompliantAttribute(false)]
public ref class DatabaseSchemaViewElementNode : public DatabaseSchemaViewNode,
ISchemaModelViewerElementNode, ISchemaModelViewerNode
[<CLSCompliantAttribute(false)>]
type DatabaseSchemaViewElementNode =
class
inherit DatabaseSchemaViewNode
interface ISchemaModelViewerElementNode
interface ISchemaModelViewerNode
end
public class DatabaseSchemaViewElementNode extends DatabaseSchemaViewNode implements ISchemaModelViewerElementNode, ISchemaModelViewerNode
The DatabaseSchemaViewElementNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DatabaseSchemaViewElementNode | Initializes a new instance of the DatabaseSchemaViewElementNode class. |
Top
Properties
Name | Description | |
---|---|---|
Caption | Gets or sets the caption for this node. (Overrides DatabaseSchemaViewNode.Caption.) | |
Controller | Gets or sets the controller that is responsible for this Schema View node. (Inherited from DatabaseSchemaViewNode.) | |
DatabaseProjectNode | Gets or sets the database project node to which this Schema View node belongs. (Inherited from DatabaseSchemaViewNode.) | |
IsExpandable | Gets or sets a value that indicates whether this node is expandable. (Inherited from DatabaseSchemaViewNode.) | |
ModelElement | Gets or sets the model element associated with this Schema View node. | |
NodeTypeId | Gets or sets the node type id. (Inherited from DatabaseSchemaViewNode.) | |
Parent | Gets or sets the parent node. (Inherited from DatabaseSchemaViewNode.) | |
Populator | Gets or sets the populator delegate. (Inherited from DatabaseSchemaViewNode.) | |
PropertiesObject | Gets an instance of SchemaViewElementNodeProperties. (Overrides DatabaseSchemaViewNode.PropertiesObject.) | |
Sorter | Gets or sets the comparison delegate to use when Schema View sorts items. (Inherited from DatabaseSchemaViewNode.) | |
Tag | Gets or sets the object that can provide extra information about the Schema View node. (Inherited from DatabaseSchemaViewNode.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetChildren | Returns the list of 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 this element node. (Overrides DatabaseSchemaViewNode.GetIcon(Boolean).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InUse | Marks the node and the hierarchy node that is contained as being "in use" by 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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace