Freigeben über


ReadOnlySymbolValues.Get(ISymbolSlot) Method

Definition

Get value of a slot previously provided by Set(ISymbolSlot, FormulaValue).

public abstract Microsoft.PowerFx.Types.FormulaValue Get(Microsoft.PowerFx.ISymbolSlot slot);
abstract member Get : Microsoft.PowerFx.ISymbolSlot -> Microsoft.PowerFx.Types.FormulaValue
Public MustOverride Function Get (slot As ISymbolSlot) As FormulaValue

Parameters

slot
ISymbolSlot

Slot provided by the associated SymbolTable.

Returns

Value for this slot or BlankValue if no value is set yet.

Applies to