다음을 통해 공유


IVsTextViewEvents 인터페이스

알림 텍스트 뷰 개체에서 발생 하는 이벤트입니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)

구문

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("E1965DA9-E791-49E2-9F9D-ED766D885967")> _
Public Interface IVsTextViewEvents
[InterfaceTypeAttribute()]
[GuidAttribute("E1965DA9-E791-49E2-9F9D-ED766D885967")]
public interface IVsTextViewEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"E1965DA9-E791-49E2-9F9D-ED766D885967")]
public interface class IVsTextViewEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("E1965DA9-E791-49E2-9F9D-ED766D885967")>]
type IVsTextViewEvents =  interface end
public interface IVsTextViewEvents

IVsTextViewEvents 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 OnChangeCaretLine 캐럿을 줄의 변경 될 때 클라이언트를 알립니다.
Public 메서드 OnChangeScrollInfo 스크롤 정보가 변경 될 때 클라이언트를 알립니다.
Public 메서드 OnKillFocus 보기 포커스를 잃을 때 클라이언트를 알립니다.
Public 메서드 OnSetBuffer 보기를 새 버퍼에 연결 된 클라이언트를 알립니다.
Public 메서드 OnSetFocus 보기 포커스를 받으면 클라이언트를 알립니다.

위쪽

설명

일러스트레이션의 구현 및/또는 호출 하는이 인터페이스의 샘플을 참조 하십시오. Figures Language Service.

구현자 참고 사항

구현 IVsTextViewEvents 의 구현으로 일치 IVsTextView.

참고 항목

참조

Microsoft.VisualStudio.TextManager.Interop 네임스페이스