IVsDataConnectionEvents-Schnittstelle
Stellt grundlegende Ereignisse für eine Datenverbindung dar.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataConnectionEvents
public interface IVsDataConnectionEvents
public interface class IVsDataConnectionEvents
type IVsDataConnectionEvents = interface end
public interface IVsDataConnectionEvents
Der IVsDataConnectionEvents-Typ macht die folgenden Member verfügbar.
Ereignisse
Name | Beschreibung | |
---|---|---|
MessageReceived | Tritt auf, wenn eine Meldung aus der Datenquelle empfangen wird. | |
StateChanged | Tritt auf, wenn der Zustand der Datenverbindung geändert wird. |
Zum Seitenanfang