Compartilhar via


PropertyPathConverter.ConvertTo Método

Definição

Converte o objeto de valor especificado no tipo 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

Parâmetros

typeDescriptorContext
ITypeDescriptorContext

Um ITypeDescriptorContext que fornece um contexto de formato.

cultureInfo
CultureInfo

O objeto CultureInfo a ser usado como a cultura atual.

value
Object

O PropertyPath a ser convertido.

destinationType
Type

O tipo de destino. É esperado que isso seja do tipo String.

Retornos

Object

O String de destino convertido.

Exceções

O value foi fornecido como null.

O value não era null, mas não era do tipo PropertyPath esperado.

- ou - O destinationType não era do tipo String.

Aplica-se a