ISchemaModelViewerElementNode Interface
Represents a model element in the Database Schema View.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Interface ISchemaModelViewerElementNode _
Inherits ISchemaModelViewerNode
[CLSCompliantAttribute(false)]
public interface ISchemaModelViewerElementNode : ISchemaModelViewerNode
[CLSCompliantAttribute(false)]
public interface class ISchemaModelViewerElementNode : ISchemaModelViewerNode
[<CLSCompliantAttribute(false)>]
type ISchemaModelViewerElementNode =
interface
interface ISchemaModelViewerNode
end
public interface ISchemaModelViewerElementNode extends ISchemaModelViewerNode
The ISchemaModelViewerElementNode type exposes the following members.
Properties
Name | Description | |
---|---|---|
Caption | Gets or sets the caption for the node. (Inherited from ISchemaModelViewerNode.) | |
Controller | Gets or sets the controller responsible for this node. (Inherited from ISchemaModelViewerNode.) | |
DatabaseProjectNode | Gets or sets the database project node with which this node is associated. (Inherited from ISchemaModelViewerNode.) | |
IsExpandable | Gets or sets a value that indicates whether this node is expandable. (Inherited from ISchemaModelViewerNode.) | |
ModelElement | Gets or sets the model store element that is attached to this node. | |
NodeTypeId | Gets or sets the node type id. (Inherited from ISchemaModelViewerNode.) | |
Parent | Gets or sets the parent node. (Inherited from ISchemaModelViewerNode.) | |
Populator | Gets or sets the populator delegate. (Inherited from ISchemaModelViewerNode.) | |
PropertiesObject | Gets the object that contains the properties to be displayed in the property browser. (Inherited from ISchemaModelViewerNode.) | |
Sorter | Gets or sets the comparison delegate to use to sort items. (Inherited from ISchemaModelViewerNode.) | |
Tag | Gets or sets the extra node information object. (Inherited from ISchemaModelViewerNode.) |
Top
Methods
Name | Description | |
---|---|---|
GetChildren | Gets the child nodes of this node. (Inherited from ISchemaModelViewerNode.) | |
GetIcon | Returns the icon for the node. (Inherited from ISchemaModelViewerNode.) | |
InUse | Marks the node (and the hierarchy node it contains) as being in use by Schema View. (Inherited from ISchemaModelViewerNode.) |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace