Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDebugTextTemplating _
Inherits ITextTemplating
[CLSCompliantAttribute(false)]
public interface IDebugTextTemplating : ITextTemplating
[CLSCompliantAttribute(false)]
public interface class IDebugTextTemplating : ITextTemplating
[<CLSCompliantAttribute(false)>]
type IDebugTextTemplating =
interface
interface ITextTemplating
end
public interface IDebugTextTemplating extends ITextTemplating
The IDebugTextTemplating type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
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 | |
![]() |
EndErrorSession | Finishes a session using the system that causes only unique errors to be logged. (Inherited from ITextTemplating.) |
![]() |
PreprocessTemplate | (Inherited from ITextTemplating.) |
![]() |
ProcessTemplate | (Inherited from ITextTemplating.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
DebugCompleted |
Top