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