CornerRadiusConverter.CanConvertTo(ITypeDescriptorContext, Type) Methode

Definition

Bestimmt, ob CornerRadius-Werte in den angegebenen Typ konvertiert werden können.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (typeDescriptorContext As ITypeDescriptorContext, destinationType As Type) As Boolean

Parameter

typeDescriptorContext
ITypeDescriptorContext

Beschreibt die Kontextinformationen eines Typs.

destinationType
Type

Der gewünschte Typ, in den die auszuwertende CornerRadius konvertiert werden soll.

Gibt zurück

Boolean

true wenn destinationType vom Typ String, andernfalls false.

Gilt für