Freigeben über


IDirectiveProcessor.RequiresProcessingRunIsHostSpecific-Eigenschaft

Zulassen, dass ein Direktivenprozessor angibt, dass die Ausführung hostspezifisch sein muss.

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
function get RequiresProcessingRunIsHostSpecific () : boolean

Eigenschaftswert

Typ: System.Boolean
Gibt Boolean zurück.

Hinweise

Wenn eine legt Direktivenprozessor in der Ausführung dieses fest, um auszurichten, das Modul lässt das gesamte hostspezifisches ausführen.

.NET Framework-Sicherheit

Siehe auch

Referenz

IDirectiveProcessor Schnittstelle

Microsoft.VisualStudio.TextTemplating-Namespace