TextDecorationCollectionConverter.CanConvertTo メソッド

定義

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

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

評価対象となる変換元の型。

戻り値

Boolean

TextDecorationCollection は別の型に変換できないため、常に false が返されます。

適用対象