IVCWizCtlUI::AddSymbol Method (String^, Object^, Boolean)

 

Adds the specified symbol to the symbol table.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

void AddSymbol(
	String^ bstrSymbol,
	Object^ varValue,
	bool bDisabled = false
)

Parameters

bstrSymbol
Type: System::String^

Required. A string containing the symbol name.

varValue
Type: System::Object^

Required. The variable value to assign to the symbol.

bDisabled
Type: System::Boolean

Optional. Specifies whether the symbol associated with a check box is selected by default. true if selected; false if not selected.

Return to top
Show: