PathFigureCollectionConverter.CanConvertTo Yöntem

Tanım

örneklerinin PathFigureCollection belirtilen türe dönüştürülip dönüştürülemeyeceğini belirler.

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

Bir türün bağlam bilgilerini açıklar.

destinationType
Type

Dönüştürülmek üzere değerlendirilen istenen tür PathFigureCollection .

Döndürülenler

true örnekleri PathFigureCollection olarak dönüştürülebiliyorsa destinationType; aksi takdirde , false.

Şunlara uygulanır