Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.12.0 (in Microsoft.VisualStudio.TextTemplating.12.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.
.gif)
.gif)