ReadOnlySymbolValues.Set(ISymbolSlot, FormulaValue) 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.
Set a value for a given slot. Set(x, value) function from the language will eventually call this, where the binder has resolved 'x' to a slot.
public abstract void Set(Microsoft.PowerFx.ISymbolSlot slot, Microsoft.PowerFx.Types.FormulaValue value);
abstract member Set : Microsoft.PowerFx.ISymbolSlot * Microsoft.PowerFx.Types.FormulaValue -> unit
Public MustOverride Sub Set (slot As ISymbolSlot, value As FormulaValue)
Parameters
- slot
- ISymbolSlot
Slot provided by the associated SymbolTable.
- value
- FormulaValue
new value to update this record to.