共用方式為


CoreTextTextUpdatingEventArgs.NewSelection 屬性

定義

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

public:
 property CoreTextRange NewSelection { CoreTextRange get(); };
CoreTextRange NewSelection();
public CoreTextRange NewSelection { get; }
var coreTextRange = coreTextTextUpdatingEventArgs.newSelection;
Public ReadOnly Property NewSelection As CoreTextRange

屬性值

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

適用於