BuildActionConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)

Returns whether this object supports a standard set of values that can be selected from a list, by using the specified context.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overrides Function GetStandardValuesSupported ( _
    context As ITypeDescriptorContext _
) As Boolean
'Usage
Dim instance As BuildActionConverter
Dim context As ITypeDescriptorContext
Dim returnValue As Boolean

returnValue = instance.GetStandardValuesSupported(context)
public override bool GetStandardValuesSupported(
    ITypeDescriptorContext context
)
public:
virtual bool GetStandardValuesSupported(
    ITypeDescriptorContext^ context
) override
public override function GetStandardValuesSupported(
    context : ITypeDescriptorContext
) : boolean
abstract GetStandardValuesSupported : 
        context:ITypeDescriptorContext -> bool 
override GetStandardValuesSupported : 
        context:ITypeDescriptorContext -> bool 

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BuildActionConverter Class

BuildActionConverter Members

GetStandardValuesSupported Overload

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