AutoSuggestBox.TextMemberPath プロパティ

定義

項目が選択されている場合に 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"/>

プロパティ値

String

Platform::String

winrt::hstring

項目が選択されている場合に 、AutoSuggestBox コントロールのテキスト ボックス部分に表示する値を取得するために使用されるプロパティ パス。

適用対象