DatabaseSchemaViewElementNode Constructor
Initializes a new instance of the DatabaseSchemaViewElementNode class.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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
)
Parameters
- controller
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerController
Controller.
- parent
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
Parent node.
- modelElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The model element this node represents.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseSchemaViewElementNode Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace