CoreTextSelectionRequest.Selection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定文字輸入伺服器所要求的選取範圍。 應用程式應該先設定目前的選取範圍範圍,再從事件處理常式傳回。
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。