DataFieldConverter.GetStandardValues(ITypeDescriptorContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果有所選資料來源的相關資訊可用,則使用提供的內容取得該資料來源中的欄位清單。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
public:
override System::ComponentModel::TypeConverter::StandardValuesCollection ^ GetStandardValues(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValues : System.ComponentModel.ITypeDescriptorContext -> System.ComponentModel.TypeConverter.StandardValuesCollection
Public Overrides Function GetStandardValues (context As ITypeDescriptorContext) As TypeConverter.StandardValuesCollection
參數
- context
- ITypeDescriptorContext
ITypeDescriptorContext 物件,表示資料繫結元件或屬性所屬的控制項。
傳回
TypeConverter.StandardValuesCollection 物件,包含資料來源中可用欄位的名稱清單。
備註
注意
您通常不會直接存取類型轉換器。 TypeConverter的實作適用於在設計時間由數據綁定控件使用,並以 屬性上的 具現化TypeConverterAttribute。