Freigeben über


ReadOnlySymbolValues.Set(ISymbolSlot, FormulaValue) Method

Definition

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.

Applies to