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

定義

Point4D 構造体のインスタンスを別の型に変換できるかどうかを判定します。

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

この Point4D 構造体が変換元として評価されるときの変換先の型。

戻り値

Boolean

この Point4D 構造体を destinationType に変換できるかどうかを示します。

説明
false コンバーターは、この Point4D 構造体を指定された型に変換できません。
true コンバーターは、この Point4D 構造体を指定された型に変換できます。

適用対象