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
- controller
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerController
Controlador.
- parent
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
Nó pai.
- caption
Tipo: System.String
Legenda.
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
DatabaseSchemaViewFolderNode Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView