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
。