Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 797 Bytes

autosuggestboxautomationpeer_invoke_1893356988.md

File metadata and controls

21 lines (14 loc) · 797 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.Peers.AutoSuggestBoxAutomationPeer.Invoke
winrt method

Microsoft.UI.Xaml.Automation.Peers.AutoSuggestBoxAutomationPeer.Invoke

-description

Sends a request to submit the auto-suggest query to the AutoSuggestBox associated with the automation peer.

-remarks

Calls to Invoke should return immediately without blocking. However, this behavior is entirely dependent on the Microsoft UI Automation provider implementation. In scenarios where calling Invoke causes a blocking issue, such as a modal dialog, a separate helper thread may be required to call the method.

-see-also

-examples