IDebugTextTemplating Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
public interface class IDebugTextTemplating : Microsoft::VisualStudio::TextTemplating::VSHost::ITextTemplating
[System.CLSCompliant(false)]
public interface IDebugTextTemplating : Microsoft.VisualStudio.TextTemplating.VSHost.ITextTemplating
[<System.CLSCompliant(false)>]
type IDebugTextTemplating = interface
interface ITextTemplating
Public Interface IDebugTextTemplating
Implements ITextTemplating
- Attributes
- Implements
Methods
BeginErrorSession() |
Sets up/resets the system that causes only unique errors to be logged. Also creates an implicit code generation session. (Inherited from ITextTemplating) |
DebugTemplateAsync(String, String, ITextTemplatingCallback, Object) | |
EndErrorSession() |
Finishes a session using the system that causes only unique errors to be logged. (Inherited from ITextTemplating) |
PreprocessTemplate(String, String, ITextTemplatingCallback, String, String, String[]) | (Inherited from ITextTemplating) |
ProcessTemplate(String, String, ITextTemplatingCallback, Object) | (Inherited from ITextTemplating) |
Events
DebugCompleted |