VCWizCtlClass::AddSymbol Method (String^, Object^, Boolean)
Visual Studio 2015
Adds the specified symbol to the symbol table.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
public: virtual 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.
Show: