ModelingEnumerationConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)

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

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.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: ITypeDescriptorContext

    The format context.

Return Value

Type: Boolean
true if the GetStandardValues method should be called to find a common set of values that the object supports; otherwise, false.

Remarks

This method returns true in all cases.

By default, the culture parameter is ignored.

.NET Framework Security

See Also

Reference

ModelingEnumerationConverter Class

GetStandardValuesSupported Overload

Microsoft.VisualStudio.Modeling.Design Namespace

TypeConverter