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.
Interface on the STextTemplating service to support advanced scenarios requiring manipulation of the components of the text templating service
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Interface ITextTemplatingComponents
[CLSCompliantAttribute(false)]
public interface ITextTemplatingComponents
[CLSCompliantAttribute(false)]
public interface class ITextTemplatingComponents
[<CLSCompliantAttribute(false)>]
type ITextTemplatingComponents = interface end
public interface ITextTemplatingComponents
The ITextTemplatingComponents type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Callback | The error reporting and file extension callback that the host uses. |
![]() |
Engine | Get the singleton text templating engine |
![]() |
Hierarchy | The hierarchy to use to help resolve project references. |
![]() |
Host | Get the singleton Vs Host |
![]() |
InputFile | The input filename that the host uses to report errors |
Top