다음을 통해 공유


ITextBufferFactoryService.TextBufferCreated 이벤트

ITextBuffer가 만들어질 때 발생합니다.

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

구문

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

.NET Framework 보안

참고 항목

참조

ITextBufferFactoryService 인터페이스

Microsoft.VisualStudio.Text 네임스페이스