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