JSObjectReferenceJsonWorker.ReadJSObjectReferenceIdentifier 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.
Reads the id for a JSObjectReference instance.
public static long ReadJSObjectReferenceIdentifier (ref System.Text.Json.Utf8JsonReader reader);
static member ReadJSObjectReferenceIdentifier : Utf8JsonReader -> int64
Public Shared Function ReadJSObjectReferenceIdentifier (ByRef reader As Utf8JsonReader) As Long
Parameters
- reader
- Utf8JsonReader
The Utf8JsonReader
Returns
The deserialized id for the JSObjectReference.