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

See Also

Reference

IDirectiveProcessor Interface

Microsoft.VisualStudio.TextTemplating Namespace