SkinIDTypeConverter.GetStandardValues(ITypeDescriptorContext) 方法

定义

返回可以应用于用给定格式上下文表示的控件的一组 SkinID 对象。

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 个 ,它提供表示正在设计的控件的格式上下文。 contextcontext 的属性可以为 null

返回

TypeConverter.StandardValuesCollection

TypeConverter.StandardValuesCollection,它保存一组 SkinID 对象;否则,如果该控件不支持外观,则为 null

适用于

另请参阅