Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IListSource::GetList Method ()

 

Returns an IList that can be bound to a data source from an object that does not implement an IList itself.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

IList^ GetList()

Return Value

Type: System.Collections::IList^

An IList that can be bound to a data source from the object.

The following code example demonstrates how to implement the IListSource interface. A component named EmployeeListSource exposes an IList for data binding by implementing the GetList method. For a full code listing, see How to: Implement the IListSource Interface.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft