DataFieldConverter.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
是字串則為 true
,否則為 false
。
備註
注意
您通常不會直接存取類型轉換器。 TypeConverter的實作適用於在設計時間由數據綁定控件使用,並以 屬性上的 具現化TypeConverterAttribute。