HandwritingViewCandidatesChangedEventArgs.CandidatesSessionId 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 current auto-completion candidate session ID.
public:
property unsigned int CandidatesSessionId { unsigned int get(); };
uint32_t CandidatesSessionId();
public uint CandidatesSessionId { get; }
var uInt32 = handwritingViewCandidatesChangedEventArgs.candidatesSessionId;
Public ReadOnly Property CandidatesSessionId As UInteger
Property Value
The session ID of the current auto-completion candidates.
Remarks
Use the session ID to retrieve all auto-completion candidates in the session from the HandwritingView, and notify the HandwritingView which candidate in the session was selected.