Share via


AsyncPostBackTriggerEventNameConverter.GetStandardValues 方法

定義

在指定之格式內容的 IDesignerHost 執行個體中,傳回容器內控制項之事件名稱的集合。

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

傳回

TypeConverter.StandardValuesCollection

字串集合,表示目前容器中控制項的事件名稱。 如果目前並未包含任何控制項,則方法會傳回空集合。 如果內容是 null 或者沒有目前的容器,方法會傳回 null

適用於