DataSourceIDConverter::GetStandardValuesSupported Method (ITypeDescriptorContext^)
.NET Framework (current version)
Gets a value indicating whether this object returns a standard set of data source names that can be picked from a list.
Assembly: System.Design (in System.Design.dll)
public: virtual bool GetStandardValuesSupported( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::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.
The context parameter is not used by the GetStandardValuesSupported method.
.NET Framework
Available since 2.0
Available since 2.0
Show: