RepeaterDesigner.GetDesignTimeDataSource Metodo

Definizione

Restituisce dati di esempio in fase di progettazione.

Overload

Nome Descrizione
GetDesignTimeDataSource(IEnumerable, Int32)

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

Restituisce dati di esempio in fase di progettazione in base ai dati forniti e utilizzando il numero specificato di righe.

GetDesignTimeDataSource(Int32)

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

Restituisce dati di esempio in fase di progettazione in base al GetResolvedSelectedDataSource() metodo e utilizzando il numero specificato di righe.

GetDesignTimeDataSource(IEnumerable, Int32)

Restituisce dati di esempio in fase di progettazione in base ai dati forniti e utilizzando il numero specificato di righe.

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

protected:
 System::Collections::IEnumerable ^ GetDesignTimeDataSource(System::Collections::IEnumerable ^ selectedDataSource, int minimumRows);
protected System.Collections.IEnumerable GetDesignTimeDataSource(System.Collections.IEnumerable selectedDataSource, int minimumRows);
member this.GetDesignTimeDataSource : System.Collections.IEnumerable * int -> System.Collections.IEnumerable
Protected Function GetDesignTimeDataSource (selectedDataSource As IEnumerable, minimumRows As Integer) As IEnumerable

Parametri

selectedDataSource
IEnumerable

Oggetto IEnumerable contenente dati da utilizzare per la creazione di dati di esempio simili in fase di progettazione.

minimumRows
Int32

Numero minimo di righe di dati di esempio che l'origine dati deve contenere.

Valori restituiti

Oggetto IEnumerable contenente dati di esempio da utilizzare in fase di progettazione.

Vedi anche

Si applica a

GetDesignTimeDataSource(Int32)

Restituisce dati di esempio in fase di progettazione in base al GetResolvedSelectedDataSource() metodo e utilizzando il numero specificato di righe.

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

protected:
 System::Collections::IEnumerable ^ GetDesignTimeDataSource(int minimumRows);
protected System.Collections.IEnumerable GetDesignTimeDataSource(int minimumRows);
member this.GetDesignTimeDataSource : int -> System.Collections.IEnumerable
Protected Function GetDesignTimeDataSource (minimumRows As Integer) As IEnumerable

Parametri

minimumRows
Int32

Numero minimo di righe di dati di esempio che l'origine dati deve contenere.

Valori restituiti

Oggetto IEnumerable contenente dati di esempio da utilizzare in fase di progettazione.

Vedi anche

Si applica a