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

定義

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

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

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

戻り値

Boolean

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

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

適用対象