IRecognizeHostSpecific Interface
Visual Studio 2015
Directive Processors implement this method to obtain the state of the HostSpecific flag in a text template.
Assembly: Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | RequiresProcessingRunIsHostSpecific | If true, the directive processor requires the run to be host specific. |
| Name | Description | |
|---|---|---|
![]() | SetProcessingRunIsHostSpecific(Boolean) |
Your directive processor can implement this interface if it needs to know or set the state of the Host Specific flag.
Show:

