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.
Callback interface to be implemented by clients of the STextTemplating service that wish to process errors and information
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Interface ITextTemplatingCallback
[CLSCompliantAttribute(true)]
public interface ITextTemplatingCallback
[CLSCompliantAttribute(true)]
public interface class ITextTemplatingCallback
[<CLSCompliantAttribute(true)>]
type ITextTemplatingCallback = interface end
public interface ITextTemplatingCallback
The ITextTemplatingCallback type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ErrorCallback | |
![]() |
SetFileExtension | |
![]() |
SetOutputEncoding |
Top