DatabaseSchemaViewFolderNode (Constructor)
Inicializa una nueva instancia de la clase DatabaseSchemaViewFolderNode.
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, _
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
Nodo primario.
- caption
Tipo: System.String
Título.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
DatabaseSchemaViewFolderNode Clase
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView (Espacio de nombres)