DataColumnSelectionConverter.GetStandardValues(ITypeDescriptorContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回可指派給關聯控制項屬性之可用數值的清單。
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 執行個體,包含可用於指派給相關聯控制項屬性的值。
備註
方法 GetStandardValues 會使用 Instance 指定 context
物件的 屬性來取得 IComponent 實作。 如果實作 IComponent 可用,則會用來在設計階段存取相關聯的控制項,並從相關聯的 GridView 元件擷取可用值清單。
可用值的集合是從 控制項中的系結資料列欄位建置的 GridView 。 系結資料列欄位是由 BoundField 集合中的 Columns 物件所組成,以及從資料來源中欄位自動產生的系結資料列欄位。