ImageFormatConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出這個轉換子是否可以使用內容來將物件轉換成指定的目的型別。
public:
override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ destinationType);
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
ITypeDescriptorContext,指定這個型別轉換的內容。
- destinationType
- Type
Type,表示您要轉換這個 ImageFormat 物件的目的型別。
傳回
如果這個物件可以執行轉換,則這個方法會傳回 true
。
備註
會 ImageFormatConverter 依 類別中所 ImageFormat 指定,轉換至已知影像格式和從中轉換。