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 控件的文本框部分显示的值,当选中某个项目时。

适用于