IRecognizeHostSpecific.RequiresProcessingRunIsHostSpecific Property

If true, the directive processor requires the run to be host specific.

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.11.0 (in Microsoft.VisualStudio.TextTemplating.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

.NET Framework Security

See Also

Reference

IRecognizeHostSpecific Interface

Microsoft.VisualStudio.TextTemplating Namespace