共用方式為


SkinIDTypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) 方法

定義

傳回值,指出這個轉換子是否可以使用所提供的格式內容和型別,將 SkinID 物件轉換為字串。

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext context, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (context As ITypeDescriptorContext, sourceType As Type) As Boolean

參數

context
ITypeDescriptorContext

ITypeDescriptorContext 提供所設計控件的格式內容。

sourceType
Type

Type

傳回

如果轉換動作可以進行則為 true,否則就是 false

適用於

另請參閱