MESCIUS SPREAD for ASP.NET 10.0J
CanConvertTo(ITypeDescriptorContext,Type) メソッド

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

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

 

 


© MESCIUS inc. All rights reserved.