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입니다.

적용 대상