JsonObject.TryGetValue(String, JsonValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool TryGetValue(System::String ^ key, [Runtime::InteropServices::Out] System::Json::JsonValue ^ % value);
public bool TryGetValue (string key, out System.Json.JsonValue value);
abstract member TryGetValue : string * JsonValue -> bool
override this.TryGetValue : string * JsonValue -> bool
Public Function TryGetValue (key As String, ByRef value As JsonValue) As Boolean
Parameters
- key
- String
- value
- JsonValue
Returns
Remarks
Note
The System.Json namespace was designed for Silverlight, which is no longer supported. For processing JSON, we recommend using APIs in the System.Text.Json namespace instead.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET