DatabaseProjectAddItemDialogContext.AddCreationString Method

Adds a key/value pair that will be available to the wizard that was specified in the WizardExtension attribute of the vstemplate.

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

Syntax

'Declaration
Public Sub AddCreationString ( _
    key As String, _
    value As String _
)
public void AddCreationString(
    string key,
    string value
)
public:
void AddCreationString(
    String^ key, 
    String^ value
)
member AddCreationString : 
        key:string * 
        value:string -> unit 
public function AddCreationString(
    key : String, 
    value : String
)

Parameters

  • key
    Type: System.String
    The key for the vstemplate wizard processing.

.NET Framework Security

See Also

Reference

DatabaseProjectAddItemDialogContext Class

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