DurationConverter.CanConvertTo(ITypeDescriptorContext, Type) メソッド

定義

指定された型への変換ができるかどうかを判断します。

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext context, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (context As ITypeDescriptorContext, destinationType As Type) As Boolean

パラメーター

context
ITypeDescriptorContext

変換のために使用されるコンテキスト情報。

destinationType
Type

変換の評価対象である型。

戻り値

Boolean

true の型が destinationType の場合は String。それ以外の場合は false

適用対象