VectorConverter.CanConvertTo(ITypeDescriptorContext, Type) Metod

Definition

Avgör om instanser av Vector kan konverteras till den angivna typen.

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

Parametrar

context
ITypeDescriptorContext

Beskriver kontextinformationen för en typ.

destinationType
Type

Önskad typ som utvärderas Vector för konvertering.

Returer

true om instanser av Vector kan konverteras till destinationType, annars , false.

Gäller för