IProjectionBufferFactoryService.ProjectionBufferCreated 事件

在创建任何 IProjectionBufferIElisionBuffer 时引发。

命名空间:  Microsoft.VisualStudio.Text.Projection
程序集:  Microsoft.VisualStudio.Text.Data(在 Microsoft.VisualStudio.Text.Data.dll 中)

语法

声明
Event ProjectionBufferCreated As EventHandler(Of TextBufferCreatedEventArgs)
event EventHandler<TextBufferCreatedEventArgs> ProjectionBufferCreated
event EventHandler<TextBufferCreatedEventArgs^>^ ProjectionBufferCreated {
    void add (EventHandler<TextBufferCreatedEventArgs^>^ value);
    void remove (EventHandler<TextBufferCreatedEventArgs^>^ value);
}
abstract ProjectionBufferCreated : IEvent<EventHandler<TextBufferCreatedEventArgs>,
    TextBufferCreatedEventArgs>
JScript 不支持事件。

.NET Framework 安全性

请参阅

参考

IProjectionBufferFactoryService 接口

Microsoft.VisualStudio.Text.Projection 命名空间