BindablePropertyConverter.ConvertFromInvariantString(String) 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.
Retourne une propriété pouvant être liée lorsqu’une chaîne de la forme Type.PropertyName
est fournie.
public override object ConvertFromInvariantString (string value);
override this.ConvertFromInvariantString : string -> obj
Paramètres
- value
- System.String
La valeur à convertir.
Retours
System.Object