NullableConverter::GetStandardValuesExclusive Method (ITypeDescriptorContext^)

 

Returns whether the collection of standard values returned from GetStandardValues is an exclusive list of possible values, using the specified context.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
virtual bool GetStandardValuesExclusive(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that provides a format context.

Return Value

Type: System::Boolean

true if the TypeConverter::StandardValuesCollection returned from GetStandardValues is an exhaustive list of possible values; false if other values are possible.

.NET Framework
Available since 2.0
Return to top
Show: