DataProviderNameConverter.GetStandardValuesSupported 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.
Gets a value indicating whether this object returns a standard set of ActiveX® Data Objects (ADO) for the .NET Framework (ADO.NET) provider names that can be picked from a list.
public:
 override bool GetStandardValuesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context);override this.GetStandardValuesSupported : System.ComponentModel.ITypeDescriptorContext -> boolPublic Overrides Function GetStandardValuesSupported (context As ITypeDescriptorContext) As BooleanParameters
- context
- ITypeDescriptorContext
An object implementing the ITypeDescriptorContext that provides information about a context to a type converter so that the type converter can perform a conversion.
Returns
Always true.
Remarks
The context parameter is not used by the  GetStandardValuesSupported method.