次の方法で共有


SelectionRangeConverter.CanConvertFrom メソッド (ITypeDescriptorContext, Type)

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

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

必要条件

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

参照

SelectionRangeConverter クラス | SelectionRangeConverter メンバ | System.Windows.Forms 名前空間 | SelectionRangeConverter.CanConvertFrom オーバーロードの一覧 | TypeConverter