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
Public property Caption Gets or sets the caption for the node. (Inherited from ISchemaModelViewerNode.)
Public property Controller Gets or sets the controller responsible for this node. (Inherited from ISchemaModelViewerNode.)
Public property DatabaseProjectNode Gets or sets the database project node with which this node is associated. (Inherited from ISchemaModelViewerNode.)
Public property IsExpandable Gets or sets a value that indicates whether this node is expandable. (Inherited from ISchemaModelViewerNode.)
Public property ModelElement Gets or sets the model store element that is attached to this node.
Public property NodeTypeId Gets or sets the node type id. (Inherited from ISchemaModelViewerNode.)
Public property Parent Gets or sets the parent node. (Inherited from ISchemaModelViewerNode.)
Public property Populator Gets or sets the populator delegate. (Inherited from ISchemaModelViewerNode.)
Public property PropertiesObject Gets the object that contains the properties to be displayed in the property browser. (Inherited from ISchemaModelViewerNode.)
Public property Sorter Gets or sets the comparison delegate to use to sort items. (Inherited from ISchemaModelViewerNode.)
Public property Tag Gets or sets the extra node information object. (Inherited from ISchemaModelViewerNode.)

Top

Methods

  Name Description
Public method GetChildren Gets the child nodes of this node. (Inherited from ISchemaModelViewerNode.)
Public method GetIcon Returns the icon for the node. (Inherited from ISchemaModelViewerNode.)
Public method 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