共用方式為


CoreTextSelectionUpdatingEventArgs.Result 屬性

定義

取得或設定值,這個值表示處理 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 事件的結果。 預設值為 [成功]。

適用於