DataSourceCacheDurationConverter.GetStandardValuesExclusive Method

Definition

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

public:
 override bool GetStandardValuesExclusive(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesExclusive (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesExclusive : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesExclusive (context As ITypeDescriptorContext) As Boolean

Parameters

context
ITypeDescriptorContext

An ITypeDescriptorContext that provides a format context.

Returns

false in all cases.

Remarks

The DataSourceCacheDurationConverter class always returns false to indicate that the TypeConverter.StandardValuesCollection collection returned from the GetStandardValues method is not an exhaustive list of possible values.

Applies to