DatabaseSchemaViewAddItemDialogContext Members

Include Protected Members
Include Inherited Members

Provides data for the event in which the add item dialog is launched from the database schema view.

The DatabaseSchemaViewAddItemDialogContext type exposes the following members.

Constructors

  Name Description
Public method DatabaseSchemaViewAddItemDialogContext Initializes a new instance of the DatabaseSchemaViewAddItemDialogContext class.

Top

Methods

  Name Description
Public method AddCreationString Adds a key/value pair that will be available to the Wizard specified in the vstemplate's WizardExtension attribute. (Inherited from AddItemDialogContext.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Cancel Gets or sets whether to cancel the add item dialog. (Inherited from AddItemDialogContext.)
Public property CreatedFileName Gets or sets the new file that was created by the Wizard. (Inherited from AddItemDialogContext.)
Public property CreationStrings Gets a list of all added creation strings. (Inherited from AddItemDialogContext.)
Public property DatabaseProjectNode Gets the database project node that launched the add item dialog. (Inherited from AddItemDialogContext.)
Public property ModelElement Gets or sets the model element which the schema view node either represents or is under.
Public property Target Gets or sets the target for the new item. For example, if this is a folder then the new item should appear under this folder. (Inherited from AddItemDialogContext.)
Public property WizardData Gets or sets the WizardData element, which is part of the vstemplate schema. We preserve the wizard data so templates can pass the information to the DSP-specific wizards. (Inherited from AddItemDialogContext.)

Top

See Also

Reference

DatabaseSchemaViewAddItemDialogContext Class

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace