다음을 통해 공유


ITextDocumentFactoryService.TextDocumentCreated 이벤트

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

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

구문

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

.NET Framework 보안

참고 항목

참조

ITextDocumentFactoryService 인터페이스

Microsoft.VisualStudio.Text 네임스페이스