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

定義

このコンバーターが、 Expression オブジェクトを特定の変換先の型に変換できるかどうかを返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

形式コンテキストを提供する ITypeDescriptorContext

destinationType
Type

変換する型を表す Type

返品

常に false です。

適用対象