AddItemDialogContext.WizardData Property

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.

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

Syntax

'Declaration
Public Property WizardData As String
    Get
    Set
'Usage
Dim instance As AddItemDialogContext
Dim value As String

value = instance.WizardData

instance.WizardData = value
public string WizardData { get; set; }
public:
property String^ WizardData {
    String^ get ();
    void set (String^ value);
}
function get WizardData () : String
function set WizardData (value : String)
member WizardData : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

AddItemDialogContext Class

AddItemDialogContext Members

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