Language

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 。

返品

常にBooleanを返すfalse。

適用対象

こちらもご覧ください