AutoSuggestBox.TextMemberPath Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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é.