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.
- value
Type: System.String
The value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseProjectAddItemDialogContext Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace