CoreTextChangedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows Mobile Extension SDK (10.0.10240.0 で導入)
|
API contract |
Windows.Phone.PhoneInternalContract (v1.0 で導入)
|
プロパティ
NewText |
テキストの変更後に新しい文字を入力バッファーから取得します。 |
OldLength |
変更されたテキストの先頭から変更されたテキストの末尾までの、古いテキストの文字数を取得します。 |
Start |
入力バッファー内のテキスト内の変更の開始位置を取得します。 |