IVsDataConnectionPromptDialog インターフェイス

データ接続が開かれているときに情報の入力をユーザーに要求できるダイアログ ボックスのインターフェイスを表します。

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

構文

'宣言
Public Interface IVsDataConnectionPromptDialog _
    Inherits IDisposable
public interface IVsDataConnectionPromptDialog : IDisposable
public interface class IVsDataConnectionPromptDialog : IDisposable
type IVsDataConnectionPromptDialog =  
    interface
        interface IDisposable
    end
public interface IVsDataConnectionPromptDialog extends IDisposable

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

メソッド

  名前 説明
パブリック メソッド Dispose アンマネージ リソースの解放およびリセットに関連付けられているアプリケーション定義のタスクを実行します。 (IDisposable から継承されます。)
パブリック メソッド ShowDialog 比較する最初の値です。

このページのトップへ

解説

このインターフェイスに DDEX のフレームワークで基本実装があります。

参照

関連項目

Microsoft.VisualStudio.Data.Services.SupportEntities 名前空間