XamlBindingHelper.SetPropertyFromString Méthode
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.
Définit un DependencyProperty à partir d’une valeur string .
public:
static void SetPropertyFromString(Platform::Object ^ dependencyObject, DependencyProperty ^ propertyToSet, Platform::String ^ value);
static void SetPropertyFromString(IInspectable const& dependencyObject, DependencyProperty const& propertyToSet, winrt::hstring const& value);
public static void SetPropertyFromString(object dependencyObject, DependencyProperty propertyToSet, string value);
function setPropertyFromString(dependencyObject, propertyToSet, value)
Public Shared Sub SetPropertyFromString (dependencyObject As Object, propertyToSet As DependencyProperty, value As String)
Paramètres
- dependencyObject
-
Object
Platform::Object
IInspectable
Objet auquel appartient la propriété définie.
- propertyToSet
- DependencyProperty
Propriété dans laquelle la valeur est écrite.
- value
-
String
Platform::String
winrt::hstring
Valeur à définir.
Remarques
Cette méthode est destinée à être utilisée dans le code généré par le compilateur XAML.