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

定義

CornerRadius 値を指定した型に変換できるかどうかを判断します。

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (typeDescriptorContext As ITypeDescriptorContext, destinationType As Type) As Boolean

パラメーター

typeDescriptorContext
ITypeDescriptorContext

型のコンテキスト情報を記述します。

destinationType
Type

この CornerRadius が変換元として評価される際に、変換先となる目的の型。

戻り値

Boolean

true の型が destinationType の場合は String。それ以外の場合は false

適用対象