Construtor DatabaseSchemaViewElementNode
Inicializa uma nova instância da classe DatabaseSchemaViewElementNode.
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, _
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
- controller
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerController
Controlador.
- parent
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
Nó pai.
- modelElement
Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement
O elemento de modelo este nó representa.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
DatabaseSchemaViewElementNode Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView