SearchPaneQueryLinguisticDetails.QueryTextCompositionStart Property
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 starting location of the text that the user is composing with an Input Method Editor (IME).
public:
property unsigned int QueryTextCompositionStart { unsigned int get(); };
uint32_t QueryTextCompositionStart();
public uint QueryTextCompositionStart { get; }
var uInt32 = searchPaneQueryLinguisticDetails.queryTextCompositionStart;
Public ReadOnly Property QueryTextCompositionStart As UInteger
Property Value
The starting location 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.