ListControlDesigner.GetSelectedDataSource Method

Definition

Gets the data source component from the associated control container.

public:
 virtual System::Object ^ GetSelectedDataSource();
public:
 System::Object ^ GetSelectedDataSource();
public object GetSelectedDataSource ();
abstract member GetSelectedDataSource : unit -> obj
override this.GetSelectedDataSource : unit -> obj
member this.GetSelectedDataSource : unit -> obj
Public Function GetSelectedDataSource () As Object

Returns

An object implementing an IEnumerable interface and containing the design-time DataSource of the associated control.

Implements

Remarks

The GetSelectedDataSource method returns null if a DataSource property is not found, or if a DataSource with the same name does not exist.

Applies to

See also