Condividi tramite


RepeaterDesigner.DataSourceDesigner Proprietà

Definizione

Fornisce l'accesso al componente della finestra di progettazione associato per l'origine dati.

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

public:
 property System::Web::UI::Design::IDataSourceDesigner ^ DataSourceDesigner { System::Web::UI::Design::IDataSourceDesigner ^ get(); };
public System.Web.UI.Design.IDataSourceDesigner DataSourceDesigner { get; }
member this.DataSourceDesigner : System.Web.UI.Design.IDataSourceDesigner
Public ReadOnly Property DataSourceDesigner As IDataSourceDesigner

Valore della proprietà

IDataSourceDesigner

Oggetto IDataSourceDesigner.

Si applica a

Vedi anche