IDirectiveProcessor.SetProcessingRunIsHostSpecific Method
Informs the directive processor whether the run is host-specific.
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)
Syntax
'Declaration
Sub SetProcessingRunIsHostSpecific ( _
hostSpecific As Boolean _
)
void SetProcessingRunIsHostSpecific(
bool hostSpecific
)
void SetProcessingRunIsHostSpecific(
bool hostSpecific
)
abstract SetProcessingRunIsHostSpecific :
hostSpecific:bool -> unit
function SetProcessingRunIsHostSpecific(
hostSpecific : boolean
)
Parameters
- hostSpecific
Type: Boolean
Remarks
Will be called after RequiresProcessingRunIsHostSpecific has been run on all directive processors to inform the processor what the final host-specific decision is.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.