共用方式為


PostBackTriggerControlIDConverter.GetStandardValues 方法

定義

提供格式內容時,從 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

適用於