Share via


DatabaseProjectAddItemDialogContext.WizardData Property

Gets or sets the WizardData element that is part of the vstemplate schema.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Property WizardData As String
public string WizardData { get; set; }
public:
property String^ WizardData {
    String^ get ();
    void set (String^ value);
}
member WizardData : string with get, set
function get WizardData () : String
function set WizardData (value : String)

Property Value

Type: System.String

Remarks

Preserve the wizard data so that templates can pass information to the dsp-specific wizards.

.NET Framework Security

See Also

Reference

DatabaseProjectAddItemDialogContext Class

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