StrokeCollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) Método

Definición

Obtiene un valor que indica si StrokeCollectionConverter puede convertir un objeto StrokeCollection en el tipo especificado.

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

Parámetros

context
ITypeDescriptorContext

ITypeDescriptorContext que proporciona el contexto de formato.

destinationType
Type

Type en el que se va a convertir.

Devoluciones

true si StrokeCollectionConverter puede convertir StrokeCollection en sourceType; de lo contrario, false.

Se aplica a