-api-id | -api-type |
---|---|
M:Microsoft.UI.Xaml.Automation.Peers.AutoSuggestBoxAutomationPeer.Invoke |
winrt method |
Sends a request to submit the auto-suggest query to the AutoSuggestBox associated with the automation peer.
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.