次の方法で共有


CoreTextRange 構造体

定義

テキスト入力コントロール内のテキストの範囲を定義します。

public value class CoreTextRange
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct CoreTextRange
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct CoreTextRange
var coreTextRange = {
startCaretPosition : /* Your value */,
endCaretPosition : /* Your value */
}
Public Structure CoreTextRange
継承
CoreTextRange
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

EndCaretPosition

アプリケーション文字位置 (ACP) 用語の範囲の終了位置。

StartCaretPosition

アプリケーション文字位置 (ACP) 用語の範囲の開始位置。

適用対象