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