Share via


DatabaseProjectBuildActionConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)

Indicates whether standard values for the build action are supported.

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 GetStandardValuesSupported ( _
    context As ITypeDescriptorContext _
) As Boolean
public override bool GetStandardValuesSupported(
    ITypeDescriptorContext context
)
public:
virtual bool GetStandardValuesSupported(
    ITypeDescriptorContext^ context
) override
abstract GetStandardValuesSupported : 
        context:ITypeDescriptorContext -> bool 
override GetStandardValuesSupported : 
        context:ITypeDescriptorContext -> bool 
public override function GetStandardValuesSupported(
    context : ITypeDescriptorContext
) : boolean

Parameters

Return Value

Type: System.Boolean
This base class always returns true to force the display of the combo box.

.NET Framework Security

See Also

Reference

DatabaseProjectBuildActionConverter Class

GetStandardValuesSupported Overload

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace