JsonObject.TryGetPropertyValue(String, JsonNode) Yöntem

Tanım

Belirtilen ada sahip bir özelliğin değerini döndürür.

public:
 bool TryGetPropertyValue(System::String ^ propertyName, [Runtime::InteropServices::Out] System::Text::Json::Nodes::JsonNode ^ % jsonNode);
public bool TryGetPropertyValue (string propertyName, out System.Text.Json.Nodes.JsonNode? jsonNode);
member this.TryGetPropertyValue : string * JsonNode -> bool
Public Function TryGetPropertyValue (propertyName As String, ByRef jsonNode As JsonNode) As Boolean

Parametreler

propertyName
String

Döndürülecek özelliğin adı.

jsonNode
JsonNode

Belirtilen ada sahip özelliğin JSON değeri.

Döndürülenler

true belirtilen ada sahip bir özellik bulunduysa; aksi takdirde , false.

Şunlara uygulanır