AutoSuggestionBoxTextChangeReason 列挙型

定義

AutoSuggestBox でテキストが変更される理由を示すために使用される値。

public enum class AutoSuggestionBoxTextChangeReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutoSuggestionBoxTextChangeReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutoSuggestionBoxTextChangeReason
Public Enum AutoSuggestionBoxTextChangeReason
継承
AutoSuggestionBoxTextChangeReason
属性

Windows の要件

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

フィールド

ProgrammaticChange 1

テキストはコードを使用して変更されました。

SuggestionChosen 2

ユーザーが自動提案ボックス内の項目の 1 つを選択しました。

UserInput 0

ユーザーがテキストを編集しました。

適用対象