IDirectiveProcessor.RequiresProcessingRunIsHostSpecific Property
Allow a directive processor to specify that it needs the run to be host-specific.
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)
Syntax
'Declaration
ReadOnly Property RequiresProcessingRunIsHostSpecific As Boolean
bool RequiresProcessingRunIsHostSpecific { get; }
property bool RequiresProcessingRunIsHostSpecific {
bool get ();
}
abstract RequiresProcessingRunIsHostSpecific : bool with get
function get RequiresProcessingRunIsHostSpecific () : boolean
Property Value
Type: Boolean
Returns Boolean.
Remarks
If any directive processor in the run sets this to true, the engine will make the whole run host-specific.
.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.