TextDecorationCollectionConverter.CanConvertTo Metod

Definition

Avgör om en instans av TextDecorationCollection kan konverteras till en annan 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

Parametrar

context
ITypeDescriptorContext

Beskriver kontextinformationen för en typ.

destinationType
Type

Typen av källa som utvärderas för konvertering.

Returer

false returneras alltid eftersom det TextDecorationCollection inte går att konvertera till en annan typ.

Gäller för