IVsDataConnectionDialogFactory インターフェイス

IVsDataConnectionDialog クラスのインスタンスを作成する機能を提供するインターフェイスを表します。

名前空間:  Microsoft.VisualStudio.Data.Services
アセンブリ:  Microsoft.VisualStudio.Data.Services (Microsoft.VisualStudio.Data.Services.dll 内)

構文

'宣言
<GuidAttribute("C4FEE15B-72AC-45e3-9612-7A142D1AC0BF")> _
Public Interface IVsDataConnectionDialogFactory
[GuidAttribute("C4FEE15B-72AC-45e3-9612-7A142D1AC0BF")]
public interface IVsDataConnectionDialogFactory
[GuidAttribute(L"C4FEE15B-72AC-45e3-9612-7A142D1AC0BF")]
public interface class IVsDataConnectionDialogFactory
[<GuidAttribute("C4FEE15B-72AC-45e3-9612-7A142D1AC0BF")>]
type IVsDataConnectionDialogFactory =  interface end
public interface IVsDataConnectionDialogFactory

IVsDataConnectionDialogFactory 型で公開されるメンバーは以下のとおりです。

メソッド

  名前 説明
パブリック メソッド CreateConnectionDialog IVsDataConnectionDialog クラスの新しいインスタンスを作成します。

このページのトップへ

解説

これは Visual Studio のグローバルに登録されたサービスです。

参照

関連項目

Microsoft.VisualStudio.Data.Services 名前空間