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


データ型記述子コンテキスト
変換元データの型
セル範囲のデータ型が指定した変換元データから変換できるかどうかを判定します。
構文
'Declaration
 
Public Overloads Overrides Function CanConvertFrom( _
   ByVal context As ITypeDescriptorContext, _
   ByVal sourceType As Type _
) As Boolean
'使用法
 
Dim instance As CellRangeConverter
Dim context As ITypeDescriptorContext
Dim sourceType As Type
Dim value As Boolean
 
value = instance.CanConvertFrom(context, sourceType)
public override bool CanConvertFrom( 
   ITypeDescriptorContext context,
   Type sourceType
)

パラメータ

context
データ型記述子コンテキスト
sourceType
変換元データの型
参照

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

 

 


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