Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IRecognizeHostSpecific Interface

Definition

Namespace:
Microsoft.VisualStudio.TextTemplating
Assembly:
Microsoft.VisualStudio.TextTemplating.14.0.dll
Assembly:
Microsoft.VisualStudio.TextTemplating.15.0.dll
Assembly:
Microsoft.VisualStudio.TextTemplating.dll
Package:
Microsoft.VisualStudio.TextTemplating v17.10.40170

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

(Optional) interface that DirectiveProcessors can implement if they care about the value of the HostSpecific flag when they are generating code.

public interface class IRecognizeHostSpecific
public interface class IRecognizeHostSpecific
__interface IRecognizeHostSpecific
public interface IRecognizeHostSpecific
type IRecognizeHostSpecific = interface
Public Interface IRecognizeHostSpecific
Derived

Remarks

Will be called immediately after Initialize

Properties

Name Description
RequiresProcessingRunIsHostSpecific

Allow a directive processor to specify that it needs the run to be host-specific.

Methods

Name Description
SetProcessingRunIsHostSpecific(Boolean)

Inform the directive processor whether the run is host-specific.

Applies to