Selector.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 = selector.selectedValuePath;
selector.selectedValuePath = string;
Public Property SelectedValuePath As String
<selector SelectedValuePath="propertyPath"/>

プロパティ値

String

Platform::String

winrt::hstring

SelectedItem プロパティの SelectedValue プロパティを取得するために使用されるプロパティ パス。 既定値は String.Empty です

適用対象