PowerTools PlusPak for Windows Forms 8.0J
CanConvertFrom(ITypeDescriptorContext,Type) メソッド

書式情報を提供する System.ComponentModel.ITypeDescriptorContext
変換の対象となるSystem.Type
オブジェクトを特定の書式情報に基づいてネイティブのタイプに変換できるかどうかを戻します。
構文
Public Overloads Overrides Function CanConvertFrom( _
   ByVal context As ITypeDescriptorContext, _
   ByVal sourceType As Type _
) As Boolean
public override bool CanConvertFrom( 
   ITypeDescriptorContext context,
   Type sourceType
)

パラメータ

context
書式情報を提供する System.ComponentModel.ITypeDescriptorContext
sourceType
変換の対象となるSystem.Type

戻り値の型

変換できる場合はTrue、変換できない場合はfalse
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

DateTimeExConverter クラス
DateTimeExConverter メンバ
オーバーロード一覧

Send Feedback