AutoSuggestBox.TextMemberPath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置属性路径,该路径用于获取在 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"/>
属性值
属性路径,用于获取在 AutoSuggestBox 控件的文本框部分显示的值,当选中某个项目时。