Partager via


StrokeCollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) Méthode

Définition

Retourne une valeur qui indique si StrokeCollectionConverter peut convertir StrokeCollection dans le type spécifié.

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

Paramètres

context
ITypeDescriptorContext

ITypeDescriptorContext qui fournit le contexte de format.

destinationType
Type

Type vers lequel convertir.

Retours

Boolean

true si StrokeCollectionConverter peut convertir StrokeCollection en sourceType ; sinon, false.

S’applique à