DataMemberConverter Class
Provides a type converter that can retrieve a list of data members from the current component's selected data source.
Assembly: System.Design (in System.Design.dll)
DataMemberConverter provides methods that can retrieve a list of data members from the current data source of a design-time component.
This type converter is used by Visual Studio 2005 to provide the values that appear in the list of data members in the Properties window.
Caution: |
|---|
You should never access a type converter directly. Instead, call the appropriate converter by using TypeDescriptor. For more information, see the examples in the TypeConverter base class. |
For more information about type converters, see the TypeConverter base class and How to: Implement a Type Converter.
- SecurityPermission
for calling unmanaged code. Demand value: Demand; Associated enumeration: UnmanagedCode.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Caution: