Matrix3DConverter.CanConvertTo(ITypeDescriptorContext, Type) Metoda

Definicja

Pobiera wartość wskazującą, czy ten konwerter typów może przekonwertować na dany typ.

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

Parametry

context
ITypeDescriptorContext

ITypeDescriptorContext dla tego wywołania.

destinationType
Type

Typ, którego dotyczy zapytanie o pomoc techniczną.

Zwraca

true jeżeli ten konwerter może przekonwertować na podany typ; wartość false, jeśli nie.

Dotyczy