CoreTextSelectionRequest.Selection 属性

定义

获取或设置文本输入服务器请求的选择范围。 应用程序应在从事件处理程序返回之前设置当前选择范围。

public:
 property CoreTextRange Selection { CoreTextRange get(); void set(CoreTextRange value); };
CoreTextRange Selection();

void Selection(CoreTextRange value);
public CoreTextRange Selection { get; set; }
var coreTextRange = coreTextSelectionRequest.selection;
coreTextSelectionRequest.selection = coreTextRange;
Public Property Selection As CoreTextRange

属性值

服务器请求的选择范围。 默认值为 NULL。

适用于