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