Selector.SelectedValuePath Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
Chemin de propriété utilisé pour obtenir la propriété SelectedValue de la propriété SelectedItem . La valeur par défaut est String.Empty.