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

定義

RoutedEvent のインスタンスを指定した型に変換できるかどうかを判断します。

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

パラメーター

typeDescriptorContext
ITypeDescriptorContext

このコンバーターの呼び出し元の環境に関する情報を提供する書式指定コンテキスト。

destinationType
Type

変換の評価対象となる型。

戻り値

常に false を返します。

適用対象