AsyncPostBackTriggerEventNameConverter.GetStandardValues 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定之格式內容的 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
。
傳回
字串集合,表示目前容器中控制項的事件名稱。 如果目前並未包含任何控制項,則方法會傳回空集合。 如果內容是 null
或者沒有目前的容器,方法會傳回 null
。