'宣言
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
- A System.Typeから変換する型を表します。
戻り値の型
コンバーターが変換を実装できる場合は true。それ以外の場合は false。