DataBoundControlDesigner.GetDesignTimeDataSource Metodo

Definizione

Ottiene l'origine dati nella fase di progettazione dall'oggetto DataSourceDesigner associato o dalla proprietà DataSource.

protected:
 virtual System::Collections::IEnumerable ^ GetDesignTimeDataSource();
protected virtual System.Collections.IEnumerable GetDesignTimeDataSource ();
abstract member GetDesignTimeDataSource : unit -> System.Collections.IEnumerable
override this.GetDesignTimeDataSource : unit -> System.Collections.IEnumerable
Protected Overridable Function GetDesignTimeDataSource () As IEnumerable

Restituisce

Oggetto che implementa un'interfaccia IEnumerable che fa riferimento all'origine dati della fase di progettazione.

Si applica a

Vedi anche