JsonObject.IDictionary<String,JsonNode>.TryGetValue Yöntem

Tanım

Belirtilen özellik adıyla ilişkili değeri alır.

 virtual bool System.Collections.Generic.IDictionary<System.String,System.Text.Json.Nodes.JsonNode>.TryGetValue(System::String ^ propertyName, [Runtime::InteropServices::Out] System::Text::Json::Nodes::JsonNode ^ % jsonNode) = System::Collections::Generic::IDictionary<System::String ^, System::Text::Json::Nodes::JsonNode ^>::TryGetValue;
bool IDictionary<string,JsonNode>.TryGetValue (string propertyName, out System.Text.Json.Nodes.JsonNode jsonNode);
abstract member System.Collections.Generic.IDictionary<System.String,System.Text.Json.Nodes.JsonNode>.TryGetValue : string * JsonNode -> bool
override this.System.Collections.Generic.IDictionary<System.String,System.Text.Json.Nodes.JsonNode>.TryGetValue : string * JsonNode -> bool
Function TryGetValue (propertyName As String, ByRef jsonNode As JsonNode) As Boolean Implements IDictionary(Of String, JsonNode).TryGetValue

Parametreler

propertyName
String

Alınacak değerin özellik adı.

jsonNode
JsonNode

Bu yöntem döndürdüğünde, özellik adı bulunursa belirtilen özellik adıyla ilişkili değeri içerir; aksi takdirde , null.

Döndürülenler

true belirtilen JsonObject özellik adına sahip bir öğe içeriyorsa; değilse, false.

Özel durumlar

propertyName, null değeridir.

Şunlara uygulanır