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

返回

TypeConverter.StandardValuesCollection

表示当前容器中控件的控件 ID 的字符串集合。 如果当前不包含任何控件,则此方法将返回一个空集合。 如果上下文为 null 或者没有当前容器,则此方法将返回 null

适用于