Ast.SafeGetValue Method

Definition

Overloads

SafeGetValue()

Constructs the resultant object from the AST and returns it if it is safe.

SafeGetValue(Boolean)

Constructs the resultant object from the AST and returns it if it is safe.

SafeGetValue()

Constructs the resultant object from the AST and returns it if it is safe.

public:
 System::Object ^ SafeGetValue();
public:
 Platform::Object ^ SafeGetValue();
winrt::Windows::Foundation::IInspectable SafeGetValue();
public object SafeGetValue ();
member this.SafeGetValue : unit -> obj
Public Function SafeGetValue () As Object

Returns

The object represented by the AST as a safe object.

Exceptions

If extent is deemed unsafe

Applies to

SafeGetValue(Boolean)

Constructs the resultant object from the AST and returns it if it is safe.

public object SafeGetValue (bool skipHashtableSizeCheck);
member this.SafeGetValue : bool -> obj
Public Function SafeGetValue (skipHashtableSizeCheck As Boolean) As Object

Parameters

skipHashtableSizeCheck
Boolean

Set to skip hashtable limit validation.

Returns

The object represented by the AST as a safe object.

Exceptions

If extent is deemed unsafe.

Applies to