Sdílet prostřednictvím


JsonObject.IDictionary<String,JsonNode>.TryGetValue Metoda

Definice

Získá hodnotu přidruženou k zadanému názvu vlastnosti.

 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

Parametry

propertyName
String

Název vlastnosti hodnoty, kterou chcete získat.

jsonNode
JsonNode

Pokud tato metoda vrátí, obsahuje hodnotu přidruženou k zadanému názvu vlastnosti, pokud je nalezen název vlastnosti; nullv opačném případě .

Návraty

Boolean

trueJsonObject pokud obsahuje prvek se zadaným názvem vlastnosti; v opačném případě false.

Výjimky

propertyName je null.

Platí pro