Compartilhar via


Evento ITextTemplatingOrchestrator.TransformingAllTemplates

O evento acionou quando transformar para todos os modelos é o ponto de início

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (em Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Sintaxe

'Declaração
Event TransformingAllTemplates As EventHandler(Of TransformingAllTemplatesEventArgs)
event EventHandler<TransformingAllTemplatesEventArgs> TransformingAllTemplates
 event EventHandler<TransformingAllTemplatesEventArgs^>^ TransformingAllTemplates {
    void add (EventHandler<TransformingAllTemplatesEventArgs^>^ value);
    void remove (EventHandler<TransformingAllTemplatesEventArgs^>^ value);
}
abstract TransformingAllTemplates : IEvent<EventHandler<TransformingAllTemplatesEventArgs>,
    TransformingAllTemplatesEventArgs>
JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

ITextTemplatingOrchestrator Interface

Namespace Microsoft.VisualStudio.TextTemplating