Share via


ModelingEnumerationConverter.GetStandardValuesExclusive Method (ITypeDescriptorContext)

Indicates whether the collection of standard values returned from the GetStandardValues method is an exclusive list, by using the specified context.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Public Overrides Function GetStandardValuesExclusive ( _
    context As ITypeDescriptorContext _
) As Boolean
public override bool GetStandardValuesExclusive(
    ITypeDescriptorContext context
)
public:
virtual bool GetStandardValuesExclusive(
    ITypeDescriptorContext^ context
) override
abstract GetStandardValuesExclusive : 
        context:ITypeDescriptorContext -> bool  
override GetStandardValuesExclusive : 
        context:ITypeDescriptorContext -> bool
public override function GetStandardValuesExclusive(
    context : ITypeDescriptorContext
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the collection of standard values is an exhaustive list of possible values; false if other values are possible.

Remarks

This method returns true in all cases.

By default, the culture parameter is ignored.

Notes to Inheritors

For more information, see the TypeConverter.GetStandardValuesExclusive method.

.NET Framework Security

See Also

Reference

ModelingEnumerationConverter Class

GetStandardValuesExclusive Overload

Microsoft.VisualStudio.Modeling.Design Namespace

TypeConverter