AddItemDialogContext.AddCreationString Method
Adds a key/value pair that will be available to the Wizard specified in the vstemplate's WizardExtension attribute.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub AddCreationString ( _
key As String, _
value As String _
)
'Usage
Dim instance As AddItemDialogContext
Dim key As String
Dim value As String
instance.AddCreationString(key, value)
public void AddCreationString(
string key,
string value
)
public:
void AddCreationString(
String^ key,
String^ value
)
public function AddCreationString(
key : String,
value : String
)
member AddCreationString :
key:string *
value:string -> unit
Parameters
- key
Type: System.String
The key to add
- value
Type: System.String
The value to add
.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
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace