RepeaterDesigner.GetResolvedSelectedDataSource Method

Definition

Gets the selected data member from the selected data source.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual System::Collections::IEnumerable ^ GetResolvedSelectedDataSource();
public System.Collections.IEnumerable GetResolvedSelectedDataSource ();
abstract member GetResolvedSelectedDataSource : unit -> System.Collections.IEnumerable
override this.GetResolvedSelectedDataSource : unit -> System.Collections.IEnumerable
Public Function GetResolvedSelectedDataSource () As IEnumerable

Returns

An IEnumerable that contains a collection of values used to supply design-time data. The default value is null.

Implements

Remarks

The GetResolvedSelectedDataSource method uses the GetSelectedDataSource method to construct a data source from the object that is specified by the DataSource and DataMember properties.

Applies to

See also