Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 | |
|---|---|---|
![]() |
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)