다음을 통해 공유


ITextView.GotAggregateFocus 이벤트

키보드 포커스가 뷰 또는 뷰의 도구 영역 중 하나로 전환될 경우 발생합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)

구문

‘선언
Event GotAggregateFocus As EventHandler
event EventHandler GotAggregateFocus
event EventHandler^ GotAggregateFocus {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract GotAggregateFocus : IEvent<EventHandler,
    EventArgs>
JScript에서는 이벤트를 지원하지 않습니다.

설명

렌더링된 된 텍스트의 텍스트 보기 변경 표시 될 때마다이 이벤트가 발생 합니다. 텍스트 보기 변경 보기 레이아웃 하지 때마다 (때 DisplayTextLineContainingBufferPosition 이라고), 또는 텍스트 또는 분류 변경 내용입니다. 또한 뷰를 가로로 스크롤할 때 또는 크기가 변경 될 때 발생 됩니다.

.NET Framework 보안

참고 항목

참조

ITextView 인터페이스

Microsoft.VisualStudio.Text.Editor 네임스페이스