次の方法で共有


ListBindingConverter.CanConvertTo メソッド (ITypeDescriptorContext, Type)

このメンバは TypeConverter.CanConvertTo をオーバーライドします。

Overrides Overloads Public Function CanConvertTo( _
   ByVal context As ITypeDescriptorContext, _   ByVal destinationType As Type _) As Boolean
[C#]
public override bool CanConvertTo(ITypeDescriptorContextcontext,TypedestinationType);
[C++]
public: bool CanConvertTo(ITypeDescriptorContext* context,Type* destinationType);
[JScript]
public override function CanConvertTo(
   context : ITypeDescriptorContext,destinationType : Type) : Boolean;

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ListBindingConverter クラス | ListBindingConverter メンバ | System.Windows.Forms 名前空間 | ListBindingConverter.CanConvertTo オーバーロードの一覧 | ITypeDescriptorContext