Aracılığıyla paylaş


DialogResultConverter.CanConvertTo(ITypeDescriptorContext, Type) Yöntem

Tanım

DialogResultConverter' den DialogResult (türündeki Booleanbir Nullable<T> değer) diğer türlere dönüştürmeyi desteklemez.

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

Parametreler

typeDescriptorContext
ITypeDescriptorContext

Bir ITypeDescriptorContext biçim bağlamı sağlayan.

destinationType
Type

Type Dönüştürülecek türü temsil eden bir.

Döndürülenler

Boolean

Boolean Her zaman döndürürfalse.

Şunlara uygulanır

Ayrıca bkz.