共用方式為


CoreTextSelectionUpdatingEventArgs.Selection 屬性

定義

取得值,這個值表示應該選取文字輸入伺服器所指出的文字範圍。 伺服器會在引發 事件之前填入此屬性。

public:
 property CoreTextRange Selection { CoreTextRange get(); };
CoreTextRange Selection();
public CoreTextRange Selection { get; }
var coreTextRange = coreTextSelectionUpdatingEventArgs.selection;
Public ReadOnly Property Selection As CoreTextRange

屬性值

伺服器指出應選取的文字範圍。

適用於