Share via


AddItemDialogContext Members

Include Protected Members
Include Inherited Members

Represents the add item dialog context.

The AddItemDialogContext type exposes the following members.

Constructors

  Name Description
Protected method AddItemDialogContext Initializes a new instance of the AddItemDialogContext 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.
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.
Public property CreatedFileName Gets or sets the new file that was created by the Wizard.
Public property CreationStrings Gets a list of all added creation strings.
Public property DatabaseProjectNode Gets the database project node that launched the add item dialog.
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.
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.

Top

See Also

Reference

AddItemDialogContext Class

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace