Sdílet prostřednictvím


Point4DConverter.CanConvertTo(ITypeDescriptorContext, Type) Metoda

Definice

Určuje, zda lze instanci Point4D struktury převést na jiný typ.

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

Parametry

context
ITypeDescriptorContext

Popisuje kontextové informace typu.

destinationType
Type

Požadovaný typ, který tato Point4D struktura vyhodnocuje pro převod.

Návraty

Boolean

Určuje, zda lze tuto Point4D strukturu převést na destinationType.

Hodnota Význam
false (nepravda) Převaděč nemůže tuto Point4D strukturu převést na zadaný typ.
true Převaděč může tuto strukturu převést Point4D na zadaný typ.

Platí pro