public override System.bool CanConvertTo(
System.ComponentModel.ITypeDescriptorContext ,
System.Type
)
'宣言
Public Overloads Overrides Function CanConvertTo( _
ByVal As System.ComponentModel.ITypeDescriptorContext, _
ByVal As System.Type _
) As System.Boolean
パラメータ
- context
- 書式コンテキストを提供する System.ComponentModel.ITypeDescriptorContext。
- destinationType
- 変換先の型を表す System.Type。
戻り値の型
コンバーターが変換を実行できる場合は true、それ以外の場合は false。