Share via


FontStretchConverter.CanConvertTo(ITypeDescriptorContext, Type) Metoda

Definice

Určuje, zda lze instanci FontStretch 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

Kontextové informace typu.

destinationType
Type

Požadovaný typ, na který se tato instance vyhodnocuje FontStretch pro převod.

Návraty

true pokud převaděč může převést FontStretch na destinationType; jinak , false.

Platí pro