Point4DConverter.CanConvertTo(ITypeDescriptorContext, Type) Methode

Definitie

Bepaalt of een exemplaar van een Point4D structuur kan worden geconverteerd naar een ander type.

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

Parameters

context
ITypeDescriptorContext

Beschrijft de contextinformatie van een type.

destinationType
Type

Het gewenste type dat deze Point4D structuur wordt geƫvalueerd voor conversie.

Retouren

Geeft aan of deze Point4D structuur kan worden geconverteerd naar destinationType.

Waarde Betekenis
Valse Het conversieprogramma kan deze Point4D structuur niet converteren naar het opgegeven type.
Waar Het conversieprogramma kan deze Point4D structuur converteren naar het opgegeven type.

Van toepassing op