BaseDataBoundControlDesigner.ShowCreateDataSourceDialog メソッド
アセンブリ: System.Design (system.design.dll 内)

Public Shared Function ShowCreateDataSourceDialog ( _ controlDesigner As ControlDesigner, _ dataSourceType As Type, _ configure As Boolean, _ <OutAttribute> ByRef dataSourceID As String _ ) As DialogResult
Dim controlDesigner As ControlDesigner Dim dataSourceType As Type Dim configure As Boolean Dim dataSourceID As String Dim returnValue As DialogResult returnValue = BaseDataBoundControlDesigner.ShowCreateDataSourceDialog(controlDesigner, dataSourceType, configure, dataSourceID)
public static DialogResult ShowCreateDataSourceDialog ( ControlDesigner controlDesigner, Type dataSourceType, bool configure, out string dataSourceID )
public: static DialogResult ShowCreateDataSourceDialog ( ControlDesigner^ controlDesigner, Type^ dataSourceType, bool configure, [OutAttribute] String^% dataSourceID )
public static DialogResult ShowCreateDataSourceDialog ( ControlDesigner controlDesigner, Type dataSourceType, boolean configure, /** @attribute OutAttribute() */ /** @ref */ String dataSourceID )
- dataSourceType
データ ソースの型。
- dataSourceID
DialogResult オブジェクト。


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- BaseDataBoundControlDesigner.ShowCreateDataSourceDialog メソッドのページへのリンク