ControlPropertyNameConverter.GetStandardValues(ITypeDescriptorContext) 方法

定义

与格式上下文一起提供时,在实现 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,上下文对象上的属性可以返回 nullcontext如果 参数为 null,则此方法返回 null

适用于

另请参阅