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

适用于