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.
Directive Processors implement this method to obtain the state of the HostSpecific flag in a text template.
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.10.0 (in Microsoft.VisualStudio.TextTemplating.10.0.dll)
Syntax
'Declaration
Public Interface IRecognizeHostSpecific
public interface IRecognizeHostSpecific
public interface class IRecognizeHostSpecific
type IRecognizeHostSpecific = interface end
public interface IRecognizeHostSpecific
The IRecognizeHostSpecific type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
RequiresProcessingRunIsHostSpecific | If true, the directive processor requires the run to be host specific. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
SetProcessingRunIsHostSpecific |
Top
Remarks
Your directive processor can implement this interface if it needs to know or set the state of the Host Specific flag.