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

定義

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

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

この Color が変換のために評価される目的の型。

返品

この に変換できる場合は 2a0/& 。それ以外の場合は。

適用対象