ISearchActivatedEventArgs interface

This topic has not yet been rated - Rate this topic

Provides information about the activated event that fires when an app is used to search.

Syntax


public interface ISearchActivatedEventArgs : IActivatedEventArgs

Attributes

GuidAttribute("8cb36951-58c8-43e3-94bc-41d33f8b630e")
VersionAttribute(NTDDI_WIN8)

Members

The ISearchActivatedEventArgs interface has these types of members:

Properties

The ISearchActivatedEventArgs interface has these properties.

PropertyAccess typeDescription

Language

Read-onlyThe Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.

QueryText

Read-onlyThe text that the user wants the app to search for.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

See also

IActivatedEventArgs interface
SearchActivatedEventArgs class

 

 

Build date: 2/25/2013

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