PropertyPathConverter.CanConvertFrom(ITypeDescriptorContext, Type) Methode

Definition

Gibt zurück, ob dieser Konverter ein Objekt eines Typs in den PropertyPath Typ konvertieren kann.

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

Parameter

typeDescriptorContext
ITypeDescriptorContext

Ein ITypeDescriptorContext Formatkontext.

sourceType
Type

A Type that represents the type you want to convert from.

Gibt zurück

true if sourceType is type String; otherwise, false.

Gilt für: