AsyncPostBackTriggerControlIDConverter.GetStandardValues 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在提供了格式上下文时,返回 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
。
返回
一个对象,它保存了一组表示当前容器中控件的控件 ID 的字符串。 如果此容器中没有控件,将返回一个空集合。 如果上下文为 null
或者没有当前容器,将返回 null
。