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
- context
Type: System.ComponentModel.ITypeDescriptorContext
Not used.
Return Value
Type: System.Boolean
This base class always returns true to force the display of the combo box.
.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
GetStandardValuesSupported Overload
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace