Condividi tramite


RepeaterDesigner.GetResolvedSelectedDataSource Metodo

Definizione

Ottiene il membro dati selezionato dall'origine dati selezionata.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Restituisce

IEnumerable

Oggetto IEnumerable che contiene un insieme di valori utilizzati per fornire dati Design-Time. Il valore predefinito è null.

Implementazioni

Commenti

Il GetResolvedSelectedDataSource metodo usa il metodo per costruire GetSelectedDataSource un'origine dati dall'oggetto specificato dalle DataSource proprietà e DataMember .

Si applica a

Vedi anche