Delen via


ISchemaModelViewerFolderNode Interface

This interface represents a folder that contains element types or other folders.

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 ISchemaModelViewerFolderNode _
    Inherits ISchemaModelViewerNode
[CLSCompliantAttribute(false)]
public interface ISchemaModelViewerFolderNode : ISchemaModelViewerNode
[CLSCompliantAttribute(false)]
public interface class ISchemaModelViewerFolderNode : ISchemaModelViewerNode
[<CLSCompliantAttribute(false)>]
type ISchemaModelViewerFolderNode =  
    interface
        interface ISchemaModelViewerNode
    end
public interface ISchemaModelViewerFolderNode extends ISchemaModelViewerNode

The ISchemaModelViewerFolderNode 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 NodeTypeId Gets or sets the node type id. (Inherited from ISchemaModelViewerNode.)
Public property OwningElement Gets the model element that owns the folder.
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