SearchPaneQueryLinguisticDetails.QueryTextCompositionLength Property

Definition

Gets the length of the portion of the query text that the user is composing with an Input Method Editor (IME).

public:
 property unsigned int QueryTextCompositionLength { unsigned int get(); };
uint32_t QueryTextCompositionLength();
public uint QueryTextCompositionLength { get; }
var uInt32 = searchPaneQueryLinguisticDetails.queryTextCompositionLength;
Public ReadOnly Property QueryTextCompositionLength As UInteger

Property Value

UInt32

unsigned int

uint32_t

The length of the portion of the query text that the user is composing with an Input Method Editor (IME).

Remarks

Important

To implement search in an app for Windows 10 or later, use AutoSuggestBox. See Auto-suggest box for more info.

You should not use Windows.ApplicationModel.Search APIs (SearchPane, SearchContract) or SearchBox APIs in apps for Windows 10 or later.

Applies to

See also