PropertyPathConverter.ConvertTo 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.
Convertit l'objet de valeur spécifié en objet du type PropertyPath.
public:
override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, System::Globalization::CultureInfo ^ cultureInfo, System::Object ^ value, Type ^ destinationType);
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, System.Globalization.CultureInfo cultureInfo, object value, Type destinationType);
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (typeDescriptorContext As ITypeDescriptorContext, cultureInfo As CultureInfo, value As Object, destinationType As Type) As Object
Paramètres
- typeDescriptorContext
- ITypeDescriptorContext
ITypeDescriptorContext qui fournit un contexte de format.
- cultureInfo
- CultureInfo
CultureInfo à utiliser comme culture actuelle.
- value
- Object
PropertyPath à convertir.
Retours
String de destination converti.
Exceptions
La value
a été fournie comme étant null
.
La value
n'était pas null
, mais n'était pas du type PropertyPath attendu.
- ou -
destinationType
n'était pas du type String.