Partager via


FunctionInvokedEventArgs.SetResultValue(Object) Method

Definition

Sets an object to use as the overridden new result for the function's invocation.

public void SetResultValue (object? value);
member this.SetResultValue : obj -> unit
Public Sub SetResultValue (value As Object)

Parameters

value
Object

The value to use as the new result of the function's invocation.

Applies to