PlatformTypeConverter.GetStandardValues Method (ITypeDescriptorContext)

Gets a collection of the standard values of PlatformType.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overrides Function GetStandardValues ( _
    context As ITypeDescriptorContext _
) As TypeConverter..::.StandardValuesCollection
'使用
Dim instance As PlatformTypeConverter
Dim context As ITypeDescriptorContext
Dim returnValue As TypeConverter..::.StandardValuesCollection

returnValue = instance.GetStandardValues(context)
public override TypeConverter..::.StandardValuesCollection GetStandardValues(
    ITypeDescriptorContext context
)
public:
virtual TypeConverter..::.StandardValuesCollection^ GetStandardValues(
    ITypeDescriptorContext^ context
) override
public override function GetStandardValues(
    context : ITypeDescriptorContext
) : TypeConverter..::.StandardValuesCollection

Parameters

Return Value

Type: System.ComponentModel.TypeConverter.StandardValuesCollection

A TypeConverter.StandardValuesCollection of PlatformType values.

Permissions

See Also

Reference

PlatformTypeConverter Class

PlatformTypeConverter Members

GetStandardValues Overload

Microsoft.VisualStudio.Package Namespace