StringCollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) Methode

Definition

Bestimmt, ob eine Instanz vom StringCollection-Typ in eine Instanz des angegebenen Typs konvertiert werden kann.

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

Parameter

context
ITypeDescriptorContext

Ein Objekt, das einen Formatierungskontext bereitstellt.

destinationType
Type

Der Typ, in den konvertiert werden soll.

Gibt zurück

true, wenn die Konvertierung möglich ist, andernfalls false.

Gilt für: