VCWizCtlClass.AddSymbol(String, Object, Boolean) Method

Definition

Adds the specified symbol to the symbol table.

 virtual void AddSymbol(std::wstring const & bstrSymbol, winrt::Windows::Foundation::IInspectable const & varValue, bool bDisabled = false);
[System.Runtime.InteropServices.DispId(1610743818)]
public virtual void AddSymbol (string bstrSymbol, object varValue, bool bDisabled = false);
[<System.Runtime.InteropServices.DispId(1610743818)>]
abstract member AddSymbol : string * obj * bool -> unit
override this.AddSymbol : string * obj * bool -> unit
Public Overridable Sub AddSymbol (bstrSymbol As String, varValue As Object, Optional bDisabled As Boolean = false)

Parameters

bstrSymbol
String

Required. A string containing the symbol name.

varValue
Object

Required. The variable value to assign to the symbol.

bDisabled
Boolean

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

Implements

Attributes

Applies to