DataSourceViewSchemaConverter.GetStandardValuesExclusive Method

Definition

Indicates whether this converter returns a list containing all possible values that can be assigned to the associated control property.

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 implementation that can be used to gain additional context information.

Returns

true if this converter returns a list containing all possible values that can be assigned to the associated control property; otherwise false.

Remarks

The GetStandardValuesExclusive method for a DataSourceViewSchemaConverter returns false, indicating that the list returned by the GetStandardValues method is not an exclusive list of all possible assignable values.

Applies to

See also