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

定義

Size のインスタンスを別の型に変換できるかどうかを判断します。

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

変換するために評価するデータ型を識別します。

戻り値

Size のこのインスタンスを destinationType に変換できる場合は true。それ以外の場合は false

適用対象

こちらもご覧ください