IVCWizCtlUI.AddSymbol(String, Object, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified symbol to the symbol table.
void AddSymbol(std::wstring const & bstrSymbol, winrt::Windows::Foundation::IInspectable const & varValue, bool bDisabled = false);
[System.Runtime.InteropServices.DispId(1610743818)]
public void AddSymbol (string bstrSymbol, object varValue, bool bDisabled = false);
[<System.Runtime.InteropServices.DispId(1610743818)>]
abstract member AddSymbol : string * obj * bool -> unit
Public 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.
- Attributes