ListPickerFlyout.SelectedValuePath 属性

定义

获取或设置用于获取 SelectedItem 属性的 SelectedValue 属性的属性路径。

public:
 property Platform::String ^ SelectedValuePath { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SelectedValuePath();

void SelectedValuePath(winrt::hstring value);
public string SelectedValuePath { get; set; }
var string = listPickerFlyout.selectedValuePath;
listPickerFlyout.selectedValuePath = string;
Public Property SelectedValuePath As String

属性值

String

Platform::String

winrt::hstring

用于获取 SelectedItem 属性的 SelectedValue 属性的属性路径。 默认值为 String.Empty。

适用于