AutoSuggestBox.TextMemberPath Propriété

Définition

Obtient ou définit le chemin de propriété utilisé pour obtenir la valeur à afficher dans la partie zone de texte du contrôle AutoSuggestBox , lorsqu’un élément est sélectionné.

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"/>

Valeur de propriété

String

Platform::String

winrt::hstring

Chemin de propriété utilisé pour obtenir la valeur à afficher dans la partie zone de texte du contrôle AutoSuggestBox , lorsqu’un élément est sélectionné.

S’applique à