NameReferenceConverter.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

書式指定コンテキストを提供する ITypeDescriptorContext

destinationType
Type

変換後の型。

戻り値

コンバーターが変換を実行できる場合は true。それ以外の場合は false

注釈

destinationType型を参照する は をString返しますtrue。他destinationTypeのすべての値は を返しますfalse

が の場合contextnull、または からcontextサービスとして取得できない場合IXamlNameProvider、このメソッドは false を返します。

適用対象