Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 835 Bytes

jsonarray_indexof_1181539556.md

File metadata and controls

29 lines (20 loc) · 835 Bytes
-api-id -api-type
M:Windows.Data.Json.JsonArray.IndexOf(Windows.Data.Json.IJsonValue,System.UInt32@)
winrt method

Windows.Data.Json.JsonArray.IndexOf

-description

Searches for a JsonValue object and returns the zero-based index of its first occurrence within the JsonArray.

-parameters

-param value

The IJsonValue to look up.

-param index

The zero-based index of the first occurrence of item within the JsonArray, if found; otherwise, –1.

-returns

Returns a Boolean value indicating if an occurrence of value was found.

-remarks

-examples

-see-also