XPathMessageContextTypeConverter.CanConvertTo メソッド

定義

型を対象の型に変換できるかどうかを検査します。

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

適用対象