DatabaseProjectSolutionExplorerAddItemDialogContext Constructor
Initializes a new instance of the DatabaseProjectSolutionExplorerAddItemDialogContext class.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub New ( _
projectNode As IDatabaseProjectNode, _
target As IDatabaseNode, _
expand As String, _
select As String _
)
public DatabaseProjectSolutionExplorerAddItemDialogContext(
IDatabaseProjectNode projectNode,
IDatabaseNode target,
string expand,
string select
)
public:
DatabaseProjectSolutionExplorerAddItemDialogContext(
IDatabaseProjectNode^ projectNode,
IDatabaseNode^ target,
String^ expand,
String^ select
)
new :
projectNode:IDatabaseProjectNode *
target:IDatabaseNode *
expand:string *
select:string -> DatabaseProjectSolutionExplorerAddItemDialogContext
public function DatabaseProjectSolutionExplorerAddItemDialogContext(
projectNode : IDatabaseProjectNode,
target : IDatabaseNode,
expand : String,
select : String
)
Parameters
- projectNode
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
The project node for which to bring up the Add New Item dialog box.
- target
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseNode
The target that is used as the parent for the new item.
- expand
Type: System.String
The category to expand.
- select
Type: System.String
The item to select.
.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
DatabaseProjectSolutionExplorerAddItemDialogContext Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace