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

定義

指定したコンテキストを使用して、XamlType のインスタンスを指定した型に変換できるかどうかを判断します。

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、それ以外の場合は false です。

注釈

このクラスはXamlTypeTypeConverter、(またはXamlType) との間のXamlType String インスタンスのみを変換します。 その他の destinationType 入力が返されます false

適用対象