Condividi tramite


ListControlDesigner.GetSelectedDataSource Metodo

Definizione

Ottiene il componente di origine dati dal contenitore del componente associato.

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

Restituisce

Object

Oggetto che implementa un'interfaccia IEnumerable e contiene l'origine dati DataSource della fase di progettazione del controllo associato.

Implementazioni

Commenti

Il GetSelectedDataSource metodo restituisce null se una proprietà non viene trovata o se un DataSource DataSource oggetto con lo stesso nome non esiste.

Si applica a

Vedi anche