CoreTextSelectionUpdatingEventArgs.Result 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示處理 SelectionUpdating 事件的結果。 預設值為 [成功 ],但如果您無法動作作業,因為文字輸入伺服器預期,則在從事件處理常式傳回之前,請將 屬性設定為適當的值,以指出發生什麼事。
public:
property CoreTextSelectionUpdatingResult Result { CoreTextSelectionUpdatingResult get(); void set(CoreTextSelectionUpdatingResult value); };
CoreTextSelectionUpdatingResult Result();
void Result(CoreTextSelectionUpdatingResult value);
public CoreTextSelectionUpdatingResult Result { get; set; }
var coreTextSelectionUpdatingResult = coreTextSelectionUpdatingEventArgs.result;
coreTextSelectionUpdatingEventArgs.result = coreTextSelectionUpdatingResult;
Public Property Result As CoreTextSelectionUpdatingResult
屬性值
處理 SelectionUpdating 事件的結果。 預設值為 [成功]。