Udostępnij za pośrednictwem


PropertyPathConverter.CanConvertTo(ITypeDescriptorContext, Type) Metoda

Definicja

Zwraca, czy ten konwerter może przekonwertować obiekt na PropertyPath typ.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (typeDescriptorContext As ITypeDescriptorContext, destinationType As Type) As Boolean

Parametry

typeDescriptorContext
ITypeDescriptorContext

Element ITypeDescriptorContext , który udostępnia kontekst formatu.

destinationType
Type

Element Type reprezentujący typ, do którego chcesz przeprowadzić konwersję.

Zwraca

true jeśli destinationType jest typem String; w przeciwnym razie , false.

Dotyczy