Dela via


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

  • 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

See Also

Reference

DatabaseSchemaViewAddItemDialogContext Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace