IVsDataConnectionEvents 인터페이스
데이터 연결에 대 한 기본 이벤트를 나타냅니다.
네임스페이스: Microsoft.VisualStudio.Data.Services
어셈블리: Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)
구문
‘선언
Public Interface IVsDataConnectionEvents
public interface IVsDataConnectionEvents
public interface class IVsDataConnectionEvents
type IVsDataConnectionEvents = interface end
public interface IVsDataConnectionEvents
IVsDataConnectionEvents 형식에서는 다음과 같은 멤버를 노출합니다.
이벤트
이름 | 설명 | |
---|---|---|
MessageReceived | 데이터 소스에서 메시지를 받을 때 발생 합니다. | |
StateChanged | 데이터 연결의 상태가 변경 될 때 발생 합니다. |
위쪽