DatabaseProjectAddItemDialogContext Constructor
Initializes a new instance of the DatabaseProjectAddItemDialogContext 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 DatabaseProjectAddItemDialogContext(
IDatabaseProjectNode projectNode,
IDatabaseNode target,
string expand,
string select
)
public:
DatabaseProjectAddItemDialogContext(
IDatabaseProjectNode^ projectNode,
IDatabaseNode^ target,
String^ expand,
String^ select
)
new :
projectNode:IDatabaseProjectNode *
target:IDatabaseNode *
expand:string *
select:string -> DatabaseProjectAddItemDialogContext
public function DatabaseProjectAddItemDialogContext(
projectNode : IDatabaseProjectNode,
target : IDatabaseNode,
expand : String,
select : String
)
Parameters
- projectNode
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
The project node for which to display 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
DatabaseProjectAddItemDialogContext Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace