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

定義

DialogResultConverter は、DialogResult (Nullable<T> 型の Boolean 値) から他の型への変換をサポートしていません。

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

書式指定コンテキストを提供する ITypeDescriptorContext

destinationType
Type

変換先の型を表す Type

戻り値

常に false を返す Boolean

適用対象

こちらもご覧ください