DatabaseSchemaViewAddItemDialogContext Constructor
Initializes a new instance of the DatabaseSchemaViewAddItemDialogContext 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 ( _
projectNode As IDatabaseProjectNode, _
expand As String, _
select As String _
)
public DatabaseSchemaViewAddItemDialogContext(
IDatabaseProjectNode projectNode,
string expand,
string select
)
public:
DatabaseSchemaViewAddItemDialogContext(
IDatabaseProjectNode^ projectNode,
String^ expand,
String^ select
)
new :
projectNode:IDatabaseProjectNode *
expand:string *
select:string -> DatabaseSchemaViewAddItemDialogContext
public function DatabaseSchemaViewAddItemDialogContext(
projectNode : IDatabaseProjectNode,
expand : String,
select : String
)
Parameters
- projectNode
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
Project node.
- expand
Type: System.String
The string to select in the Add Item dialog box.
- select
Type: System.String
Queries whether the selected category must be expanded.
.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
DatabaseSchemaViewAddItemDialogContext Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace