PowerTools SPREAD for ASP.NET 8.0J
CanConvertFrom(ITypeDescriptorContext,Type) メソッド

書式指定コンテキストを提供するSystem.ComponentModel.ITypeDescriptorContext
変換元の型を表すSystem.Type
このコンバータが、指定したコンテキストを使用して、指定した型のオブジェクトをこのコンバータの型に変換できるかどうかを返します。
構文
'Declaration
 
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。
参照

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

 

 


© 2003-2015, GrapeCity inc. All rights reserved.