Condividi tramite


Evento IProjectionBufferFactoryService.ProjectionBufferCreated

Generata se una qualsiasi IProjectionBuffer o IElisionBuffer viene creato.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Sintassi

'Dichiarazione
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 non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IProjectionBufferFactoryService Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Projection