共用方式為


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。

適用於