This documentation is archived and is not being maintained.

ListControlDesigner.GetResolvedSelectedDataSource Method

Gets the data member that is currently selected within the data source currently bound to the control.

[Visual Basic]
Public Overridable Function GetResolvedSelectedDataSource() As _
   IEnumerable Implements _
   IDataSourceProvider.GetResolvedSelectedDataSource
[C#]
public virtual IEnumerable GetResolvedSelectedDataSource();
[C++]
public: virtual IEnumerable* GetResolvedSelectedDataSource();
[JScript]
public function GetResolvedSelectedDataSource() : IEnumerable;

Return Value

The currently selected data member, or a null reference (Nothing in Visual Basic) if the control was not bound to a data source, or the data source, site of the designer's component, or the container of the data source could not be accessed.

Implements

IDataSourceProvider.GetResolvedSelectedDataSource

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

ListControlDesigner Class | ListControlDesigner Members | System.Web.UI.Design.WebControls Namespace

Show: