次の方法で共有


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

定義

特定の DiscoveryVersion オブジェクトを指定されたコンテキストとカルチャ情報を使用してこのコンバーターの型に変更できるかどうかを示す値を返します。

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext context, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (context As ITypeDescriptorContext, sourceType As Type) As Boolean

パラメーター

context
ITypeDescriptorContext

DiscoveryVersion オブジェクトを別の型に変換する場合の支援となる型記述子書式情報。

sourceType
Type

このコンバーターの型に変更される DiscoveryVersion オブジェクト。

戻り値

Boolean

指定された DiscoveryVersion オブジェクトをこのコンバーターの型に変更できる場合は true、変更できない場合は false

適用対象