StrokeCollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) Método

Definição

Retorna um valor que indica se o StrokeCollectionConverter pode converter um StrokeCollection no 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

Um ITypeDescriptorContext que fornece o contexto de formato.

destinationType
Type

O Type para o qual converter.

Retornos

Boolean

true se o StrokeCollectionConverter puder converter um StrokeCollection no sourceType; caso contrário, false.

Aplica-se a