DataMemberConverter.CanConvertFrom(ITypeDescriptorContext, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出是否可以使用指定的內容和型別,將指定的來源型別轉換為相關控制項屬性的型別。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
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
要轉換的來源型別。
傳回
如果 sourceType
為 String,則為 true
,否則為 false
。
備註
注意
您通常不會直接存取類型轉換器。 這個實 TypeConverter 作適用於在設計時間由資料繫結控制項使用,並以屬性上的 具現化 TypeConverterAttribute 。