IRecognizeHostSpecific Interface

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.11.0 (in Microsoft.VisualStudio.TextTemplating.11.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
Public property RequiresProcessingRunIsHostSpecific If true, the directive processor requires the run to be host specific.

Top

Methods

  Name Description
Public method SetProcessingRunIsHostSpecific

Top

Remarks

Your directive processor can implement this interface if it needs to know or set the state of the Host Specific flag.

See Also

Reference

Microsoft.VisualStudio.TextTemplating Namespace