Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AutoSuggestBox.TextMemberPath Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the property path that is used to get the value for display in the text box portion of the AutoSuggestBox control, when an item is selected.

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

Property Value

String

Platform::String

winrt::hstring

The property path that is used to get the value for display in the text box portion of the AutoSuggestBox control, when an item is selected.

Applies to


Feedback

Was this page helpful?