INodeContainer3.GetSearchQueryAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current search query
public:
System::Threading::Tasks::Task<System::String ^> ^ GetSearchQueryAsync();
public System.Threading.Tasks.Task<string> GetSearchQueryAsync ();
public System.Threading.Tasks.Task<string?> GetSearchQueryAsync ();
abstract member GetSearchQueryAsync : unit -> System.Threading.Tasks.Task<string>
Public Function GetSearchQueryAsync () As Task(Of String)
Returns
A task returning the search query string