Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.15 KB

httpexpectationheadervaluecollection_indexof_1136753417.md

File metadata and controls

33 lines (22 loc) · 1.15 KB
-api-id -api-type
M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpExpectationHeaderValue,System.UInt32@)
winrt method

Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.IndexOf

-description

Retrieves the index of an HttpExpectationHeaderValue in the collection.

-parameters

-param value

The HttpExpectationHeaderValue to find in the HttpExpectationHeaderValueCollection.

-param index

The index of the HttpExpectationHeaderValue in the HttpExpectationHeaderValueCollection.

If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.

-returns

Indicates whether the item is found.

true if the HttpExpectationHeaderValue item is found; otherwise, false.

-remarks

-examples

-see-also