JsonObject.IDictionary<String,JsonNode>.TryGetValue Metod

Definition

Hämtar värdet som är associerat med det angivna egenskapsnamnet.

 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

Parametrar

propertyName
String

Egenskapsnamnet för det värde som ska hämtas.

jsonNode
JsonNode

När den här metoden returnerar innehåller det värde som är associerat med det angivna egenskapsnamnet, om egenskapsnamnet hittas. annars . null

Returer

true JsonObject om innehåller ett element med det angivna egenskapsnamnet, annars false.

Undantag

propertyName är null.

Gäller för