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

定義

指定した型への変換が可能かどうかを判断します。

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 変換が可能な場合。それ以外の場合は false

注釈

サポートされている変換先の種類は、 StringInstanceDescriptorのみです。

適用対象