Partilhar via


Construtor DatabaseSchemaViewFolderNode

Inicializa uma nova instância de DatabaseSchemaViewFolderNode classe..

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public Sub New ( _
    controller As ISchemaModelViewerController, _
    parent As ISchemaModelViewerNode, _
    caption As String _
)
public DatabaseSchemaViewFolderNode(
    ISchemaModelViewerController controller,
    ISchemaModelViewerNode parent,
    string caption
)
public:
DatabaseSchemaViewFolderNode(
    ISchemaModelViewerController^ controller, 
    ISchemaModelViewerNode^ parent, 
    String^ caption
)
new : 
        controller:ISchemaModelViewerController * 
        parent:ISchemaModelViewerNode * 
        caption:string -> DatabaseSchemaViewFolderNode
public function DatabaseSchemaViewFolderNode(
    controller : ISchemaModelViewerController, 
    parent : ISchemaModelViewerNode, 
    caption : String
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DatabaseSchemaViewFolderNode Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView