ControlPropertyNameConverter.GetStandardValues(ITypeDescriptorContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与格式上下文一起提供时,在实现 IDesignerHost 的设计器中返回控件的属性名集合。
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
提供格式上下文的 ITypeDescriptorContext,可用来提取有关从中调用此转换器的环境的附加信息。 此参数或其属性可以为 null
。
返回
TypeConverter.StandardValuesCollection,包含表示当前控件的属性名的一组字符串。 如果当前控件为 null
,则返回一个空集合。 如果 context
参数为 null
,则返回 null
。
注解
方法 GetStandardValues 返回一个 TypeConverter.StandardValuesCollection 集合,其中包含一组表示当前控件属性名称的字符串。
context
使用 参数提取有关从中调用此转换器的设计时环境的其他信息。 此参数可以是 null
,上下文对象上的属性可以返回 null
。
context
如果 参数为 null
,则此方法返回 null
。