Freigeben über


IDirectiveProcessor.Errors-Eigenschaft

Fehlerauflistung, damit DirectiveProcessor Fehler/Warnungen hinzugefügt wird.

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Syntax

'Declaration
ReadOnly Property Errors As CompilerErrorCollection
CompilerErrorCollection Errors { get; }
property CompilerErrorCollection^ Errors {
    CompilerErrorCollection^ get ();
}
abstract Errors : CompilerErrorCollection
function get Errors () : CompilerErrorCollection

Eigenschaftswert

Typ: System.CodeDom.Compiler.CompilerErrorCollection
Gibt CompilerErrorCollection zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IDirectiveProcessor Schnittstelle

Microsoft.VisualStudio.TextTemplating-Namespace