Udostępnij za pośrednictwem


BaseDataBoundControlDesigner.ShowCreateDataSourceDialog Metoda

Definicja

Na hoście projektu, takim jak Visual Studio 2005, zostanie wyświetlone okno dialogowe ułatwiające użytkownikowi tworzenie źródła danych.

public:
 static System::Windows::Forms::DialogResult ShowCreateDataSourceDialog(System::Web::UI::Design::ControlDesigner ^ controlDesigner, Type ^ dataSourceType, bool configure, [Runtime::InteropServices::Out] System::String ^ % dataSourceID);
public static System.Windows.Forms.DialogResult ShowCreateDataSourceDialog (System.Web.UI.Design.ControlDesigner controlDesigner, Type dataSourceType, bool configure, out string dataSourceID);
static member ShowCreateDataSourceDialog : System.Web.UI.Design.ControlDesigner * Type * bool * string -> System.Windows.Forms.DialogResult
Public Shared Function ShowCreateDataSourceDialog (controlDesigner As ControlDesigner, dataSourceType As Type, configure As Boolean, ByRef dataSourceID As String) As DialogResult

Parametry

controlDesigner
ControlDesigner

Odwołanie do tego projektanta.

dataSourceType
Type

Typ źródła danych.

configure
Boolean

true aby włączyć edytowanie konfiguracji lub false wyłączyć edytowanie konfiguracji.

dataSourceID
String

Identyfikator kontrolki DataSourceControl na stronie.

Zwraca

Obiekt DialogResult.

Dotyczy

Zobacz też