UpdateProgressAssociatedUpdatePanelIDConverter.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

适用于