Sdílet prostřednictvím


StrokeCollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) Metoda

Definice

Vrátí hodnotu, která označuje, zda StrokeCollectionConverter lze převést StrokeCollection na zadaný 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

destinationType
Type

Převod Type na.

Návraty

Boolean

trueStrokeCollectionConverter pokud lze převést na StrokeCollection sourceType; v opačném případě false.

Platí pro