Share via


Vector3DCollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) Yöntem

Tanım

Bu tür dönüştürücüsün verilen türe dönüştürülip dönüştürülemeyeceğini belirten bir değer alır.

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

Parametreler

context
ITypeDescriptorContext

Bu çağrı için ITypeDescriptorContext.

destinationType
Type

Destek için sorgulanan Tür.

Döndürülenler

true bu dönüştürücü sağlanan türe dönüştürülebiliyorsa; yanlış ise false değerini döndürür.

Şunlara uygulanır