StrokeCollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) Yöntem

Tanım

öğesinin öğesini belirtilen türe dönüştürip StrokeCollectionConverter dönüştüremeyeceğini belirten bir StrokeCollection değer döndürür.

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

Parametreler

context
ITypeDescriptorContext

ITypeDescriptorContext Biçim bağlamını sağlayan bir.

destinationType
Type

Type dönüştürülecek.

Döndürülenler

Boolean

true, a'yı StrokeCollectionConverter sourceTypeStrokeCollection öğesine dönüştürebiliyorsa; değilse, false.

Şunlara uygulanır