Vector3DCollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar ett värde som anger om den här typkonverteraren kan konvertera 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
ITypeDescriptorContext för det här anropet.
- destinationType
- Type
Den typ som efterfrågas för support.
Returer
true om konverteraren kan konvertera till den angivna typen; false om inte.