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

書式情報を提供する System.ComponentModel.ITypeDescriptorContext
変換先となる System.Type
オブジェクトを指定したタイプに変換できるかどうかを戻します。
構文
Public Overloads Overrides Function CanConvertTo( _
   ByVal context As ITypeDescriptorContext, _
   ByVal destinationType As Type _
) As Boolean
public override bool CanConvertTo( 
   ITypeDescriptorContext context,
   Type destinationType
)

パラメータ

context
書式情報を提供する System.ComponentModel.ITypeDescriptorContext
destinationType
変換先となる 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