FunctionInvokedEventArgs.SetResultValue(Object) 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.
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.