CoreTextSelectionUpdatingEventArgs.Selection 属性

定义

获取一个值,该值指示文本输入服务器指示应选择的文本范围。 服务器在引发事件之前填充此属性。

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

属性值

应选择服务器指示的文本范围。

适用于