JsonNode.AsValue メソッド

定義

派生 JsonValue 型にキャストします。

public:
 System::Text::Json::Nodes::JsonValue ^ AsValue();
public System.Text.Json.Nodes.JsonValue AsValue();
member this.AsValue : unit -> System.Text.Json.Nodes.JsonValue
Public Function AsValue () As JsonValue

返品

JsonValue です。

例外

ノードは JsonValueではありません。

適用対象