SearchActivatedEventArgs.QueryText property

1 out of 1 rated this helpful - Rate this topic

Gets the text that the user wants the app to search for. The user entered this text into the search box of the search pane.

Syntax


public:
property String^ QueryText { 
   String^ get();
}

Property value

Type: System.String [.NET] | Platform::String [C++]

The text to search for.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel.Activation
Windows::ApplicationModel::Activation [C++]

Metadata

Windows.winmd

See also

Search app extension sample
Reference
SearchActivatedEventArgs class
Windows.ApplicationModel.Search namespace

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.