ITextTemplatingOrchestrator Interface
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)
Syntax
'Declaration
Public Interface ITextTemplatingOrchestrator
public interface ITextTemplatingOrchestrator
public interface class ITextTemplatingOrchestrator
type ITextTemplatingOrchestrator = interface end
public interface ITextTemplatingOrchestrator
The ITextTemplatingOrchestrator type exposes the following members.
Events
Name | Description | |
---|---|---|
TransformedAllTemplates | Event fired when transform for all templates has completed. | |
TransformingAllTemplates | Event fired when transform for all templates is about to start |
Top