HandwritingViewCandidatesChangedEventArgs.CandidatesSessionId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前的自動完成候選會話識別碼。
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
屬性值
目前自動完成候選項目的會話識別碼。
備註
使用會話識別碼,從 HandwritingView擷取會話中的所有自動完成候選項目,並通知 HandwritingView 已選取會話中的候選項目。