JSObjectReferenceJsonWorker.WriteJSObjectReference 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.
Writes a JSObjectReference to the objectReference
.
public static void WriteJSObjectReference (System.Text.Json.Utf8JsonWriter writer, Microsoft.JSInterop.Implementation.JSObjectReference objectReference);
static member WriteJSObjectReference : System.Text.Json.Utf8JsonWriter * Microsoft.JSInterop.Implementation.JSObjectReference -> unit
Public Shared Sub WriteJSObjectReference (writer As Utf8JsonWriter, objectReference As JSObjectReference)
Parameters
- writer
- Utf8JsonWriter
The Utf8JsonWriter.
- objectReference
- JSObjectReference
The JSObjectReference to write.