DataMemberConverter.GetStandardValues Method (ITypeDescriptorContext)
.NET Framework 3.0
Gets the data members present within the selected data source, if information about them is available.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: virtual StandardValuesCollection^ GetStandardValues ( ITypeDescriptorContext^ context ) override
public StandardValuesCollection GetStandardValues ( ITypeDescriptorContext context )
public override function GetStandardValues ( context : ITypeDescriptorContext ) : StandardValuesCollection
Not applicable.
Parameters
- context
An ITypeDescriptorContext object indicating the component or control to get values for.
Return Value
A TypeConverter.StandardValuesCollection listing the data members of the data source selected for the component.The converter uses the IDataSourceProvider implementation of the associated component's designer to retrieve the current data source selection.
Community Additions
ADD
Show: