'宣言 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。