Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a collection of values for the combo box.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Overrides Function GetStandardValues ( _
context As ITypeDescriptorContext _
) As TypeConverter..::..StandardValuesCollection
public override TypeConverter..::..StandardValuesCollection GetStandardValues(
ITypeDescriptorContext context
)
public:
virtual TypeConverter..::..StandardValuesCollection^ GetStandardValues(
ITypeDescriptorContext^ context
) override
abstract GetStandardValues :
context:ITypeDescriptorContext -> TypeConverter..::..StandardValuesCollection
override GetStandardValues :
context:ITypeDescriptorContext -> TypeConverter..::..StandardValuesCollection
public override function GetStandardValues(
context : ITypeDescriptorContext
) : TypeConverter..::..StandardValuesCollection
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
Not used.
Return Value
Type: System.ComponentModel.TypeConverter.StandardValuesCollection
A list of standard values
.NET Framework Security
- 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.
See Also
Reference
DatabaseProjectBuildActionConverter Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace