IRecognizeHostSpecific.RequiresProcessingRunIsHostSpecific Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allow a directive processor to specify that it needs the run to be host-specific.
public:
property bool RequiresProcessingRunIsHostSpecific { bool get(); };
public:
property bool RequiresProcessingRunIsHostSpecific { bool get(); };
public bool RequiresProcessingRunIsHostSpecific { get; }
member this.RequiresProcessingRunIsHostSpecific : bool
Public ReadOnly Property RequiresProcessingRunIsHostSpecific As Boolean
Property Value
Remarks
If any directive processor in the run sets this to be true then the engine will make the entire run host-specific.