PostBackTriggerControlIDConverter.GetStandardValues 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供格式內容時,從 IDesignerHost 物件中的容器傳回控制項 ID 的集合。
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
格式內容,可用於擷取關於叫用轉換子之來源環境的其他資訊。 這個參數或這個參數的屬性可為 null
。
傳回
可代表目前容器中之控制項識別碼的字串集合。 如果目前並未包含任何控制項,則方法會傳回空集合。 如果內容是 null
或者目前沒有容器,則方法會傳回 null
。