Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 956 Bytes

itextrangeprovider_findattribute_218560573.md

File metadata and controls

32 lines (22 loc) · 956 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider.FindAttribute(System.Int32,System.Object,System.Boolean)
winrt method

Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider.FindAttribute

-description

Returns a text range subset that has the specified attribute ID and attribute value.

-parameters

-param attributeId

The attribute ID to search for.

-param value

The attribute value to search for. This value must match the type specified for the attribute.

-param backward

true if the last occurring text range should be returned instead of the first; otherwise, false.

-returns

A text range that has a matching attribute ID and attribute value; otherwise null.

-remarks

-examples

-see-also