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

定義

指定した DiscoveryVersion を指定した型に変更し、指定したコンテキストとカルチャ情報を使用できるかどうかを示す値を返します。

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

DiscoveryVersion オブジェクトを別の型に変換するのに役立つ型記述子の形式情報。

destinationType
Type

DiscoveryVersion オブジェクトが変更される型。

返品

指定した オブジェクトを指定した型に変更できる場合は a0/& 。それ以外の場合は。

適用対象