Gets the standard values for the BuildAction enumeration.
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 BuildActionConverter
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
context
Type: System.ComponentModel.ITypeDescriptorContextAn ITypeDescriptorContext that provides a formatting context.
Return Value
Type: System.ComponentModel.TypeConverter.StandardValuesCollection
A TypeConverter.StandardValuesCollection of BuildAction values.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.