IVsDataConnectionPromptDialog-Schnittstelle
Stellt die Schnittstelle für ein Dialogfeld dar, das den Benutzer zu Informationen aufgefordert werden kann, wenn eine Datenverbindung geöffnet wird.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
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
Der IVsDataConnectionPromptDialog-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
![]() |
Dispose | Führt anwendungsspezifische Aufgaben durch, die mit der Freigabe, der Zurückgabe oder dem Zurücksetzen von nicht verwalteten Ressourcen zusammenhängen. (Von IDisposable geerbt.) |
![]() |
ShowDialog | Der erste zu vergleichende Wert. |
Zum Seitenanfang
Hinweise
Diese Schnittstelle verfügt über eine Basisimplementierung im DDEX-Framework.
Siehe auch
Referenz
Microsoft.VisualStudio.Data.Services.SupportEntities-Namespace