次の方法で共有


CoreTextChangedEventArgs クラス

定義

TextChanged イベントのデータを提供します。

public ref class CoreTextChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneInternalContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreTextChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneInternalContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreTextChangedEventArgs
Public NotInheritable Class CoreTextChangedEventArgs
継承
Object Platform::Object IInspectable CoreTextChangedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Phone.PhoneInternalContract (v1.0 で導入)

プロパティ

NewText

テキストの変更後に新しい文字を入力バッファーから取得します。

OldLength

変更されたテキストの先頭から変更されたテキストの末尾までの、古いテキストの文字数を取得します。

Start

入力バッファー内のテキスト内の変更の開始位置を取得します。

適用対象