言語

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

定義

StringCollection型のインスタンスを、指定した型のインスタンスに変換できるかどうかを判断します。

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

変換する型。

返品

true 変換が可能な場合は a0/>。それ以外の場合は false

適用対象