This documentation is archived and is not being maintained.
IListSource.GetList Method
.NET Framework 1.1
Returns an IList that can be bound to a data source from an object that does not implement an IList itself.
[Visual Basic] Function GetList() As IList [C#] IList GetList(); [C++] IList* GetList(); [JScript] function GetList() : IList;
Return Value
An IList that can be bound to a data source from the object.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
IListSource Interface | IListSource Members | System.ComponentModel Namespace
Show: