RepeaterDesigner.GetResolvedSelectedDataSource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.