Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the DatabaseSchemaViewFolderNode 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, _
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
)
Parameters
- controller
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerController
Controller.
- parent
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
Parent node.
- caption
Type: System.String
Caption.
.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
DatabaseSchemaViewFolderNode Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace