Selector.SelectedValuePath Propriété

Définition

Obtient ou définit le chemin de propriété utilisé pour obtenir la propriété SelectedValue de la propriété SelectedItem .

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"/>

Valeur de propriété

String

Platform::String

winrt::hstring

Chemin de propriété utilisé pour obtenir la propriété SelectedValue de la propriété SelectedItem . La valeur par défaut est String.Empty.

S’applique à