CoreTextSelectionUpdatingEventArgs.Selection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示應該選取文字輸入伺服器所指出的文字範圍。 伺服器會在引發 事件之前填入此屬性。
public:
property CoreTextRange Selection { CoreTextRange get(); };
CoreTextRange Selection();
public CoreTextRange Selection { get; }
var coreTextRange = coreTextSelectionUpdatingEventArgs.selection;
Public ReadOnly Property Selection As CoreTextRange
屬性值
伺服器指出應選取的文字範圍。