DatabaseSchemaViewFolderNode Class

Represents the folder node class.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class DatabaseSchemaViewFolderNode _
    Inherits DatabaseSchemaViewNode _
    Implements IDatabaseSchemaViewFolderNode, IDatabaseSchemaViewNode
'Usage
Dim instance As DatabaseSchemaViewFolderNode
[CLSCompliantAttribute(false)]
public class DatabaseSchemaViewFolderNode : DatabaseSchemaViewNode, 
    IDatabaseSchemaViewFolderNode, IDatabaseSchemaViewNode
[CLSCompliantAttribute(false)]
public ref class DatabaseSchemaViewFolderNode : public DatabaseSchemaViewNode, 
    IDatabaseSchemaViewFolderNode, IDatabaseSchemaViewNode
public class DatabaseSchemaViewFolderNode extends DatabaseSchemaViewNode implements IDatabaseSchemaViewFolderNode, IDatabaseSchemaViewNode
[<CLSCompliantAttribute(false)>]
type DatabaseSchemaViewFolderNode =  
    class
        inherit DatabaseSchemaViewNode
        interface IDatabaseSchemaViewFolderNode
        interface IDatabaseSchemaViewNode
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.DatabaseSchemaViewNode
    Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.DatabaseSchemaViewFolderNode
      Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.DatabaseSchemaViewRootNode

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

DatabaseSchemaViewFolderNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace