DataColumnSelectionConverter.GetStandardValuesExclusive Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 DataColumnSelectionConverter instance returns false
, indicating that the list returned by the GetStandardValues method is not an exclusive list of all possible assignable values.