Share via


DatabaseSchemaViewFolderNode Constructor

Initializes a new instance of the DatabaseSchemaViewFolderNode class.

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

Syntax

'Declaration
Public Sub New ( _
    controller As ISchemaViewController, _
    parent As IDatabaseSchemaViewNode, _
    caption As String _
)
'Usage
Dim controller As ISchemaViewController
Dim parent As IDatabaseSchemaViewNode
Dim caption As String

Dim instance As New DatabaseSchemaViewFolderNode(controller, _
    parent, caption)
public DatabaseSchemaViewFolderNode(
    ISchemaViewController controller,
    IDatabaseSchemaViewNode parent,
    string caption
)
public:
DatabaseSchemaViewFolderNode(
    ISchemaViewController^ controller, 
    IDatabaseSchemaViewNode^ parent, 
    String^ caption
)
public function DatabaseSchemaViewFolderNode(
    controller : ISchemaViewController, 
    parent : IDatabaseSchemaViewNode, 
    caption : String
)
new : 
        controller:ISchemaViewController * 
        parent:IDatabaseSchemaViewNode * 
        caption:string -> DatabaseSchemaViewFolderNode

Parameters

.NET Framework Security

See Also

Reference

DatabaseSchemaViewFolderNode Class

DatabaseSchemaViewFolderNode Members

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