다음을 통해 공유


ITextDocumentFactoryService.TextDocumentDisposed 이벤트

ITextDocument가 삭제될 때 발생합니다.

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

구문

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

.NET Framework 보안

참고 항목

참조

ITextDocumentFactoryService 인터페이스

Microsoft.VisualStudio.Text 네임스페이스