Compartir a través de


DatabaseSchemaViewElementNode (Constructor)

Inicializa una nueva instancia de la clase DatabaseSchemaViewElementNode.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public Sub New ( _
    controller As ISchemaModelViewerController, _
    parent As ISchemaModelViewerNode, _
    modelElement As IModelElement _
)
public DatabaseSchemaViewElementNode(
    ISchemaModelViewerController controller,
    ISchemaModelViewerNode parent,
    IModelElement modelElement
)
public:
DatabaseSchemaViewElementNode(
    ISchemaModelViewerController^ controller, 
    ISchemaModelViewerNode^ parent, 
    IModelElement^ modelElement
)
new : 
        controller:ISchemaModelViewerController * 
        parent:ISchemaModelViewerNode * 
        modelElement:IModelElement -> DatabaseSchemaViewElementNode
public function DatabaseSchemaViewElementNode(
    controller : ISchemaModelViewerController, 
    parent : ISchemaModelViewerNode, 
    modelElement : IModelElement
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

DatabaseSchemaViewElementNode Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView (Espacio de nombres)