Point3DConverter.CanConvertTo(ITypeDescriptorContext, Type) Methode

Definitie

Bepaalt of een exemplaar van een Point3D 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 Point3D structuur wordt geƫvalueerd voor conversie.

Retouren

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

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

Van toepassing op