AutoSuggestBox.TextMemberPath プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アイテムが選択されている場合に AutoSuggestBox コントロールのテキスト ボックス部分に表示される値を取得するために使用されるプロパティ パスを取得または設定します。
public:
property Platform::String ^ TextMemberPath { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TextMemberPath();
void TextMemberPath(winrt::hstring value);
public string TextMemberPath { get; set; }
var string = autoSuggestBox.textMemberPath;
autoSuggestBox.textMemberPath = string;
Public Property TextMemberPath As String
<AutoSuggestBox TextMemberPath="propertyName"/>
プロパティ値
項目が選択されている場合に 、AutoSuggestBox コントロールのテキスト ボックス部分に表示する値を取得するために使用されるプロパティ パス。