IDebugTransformationRun.Errors-Eigenschaft

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

IDebugTransformationRun Schnittstelle

Microsoft.VisualStudio.TextTemplating-Namespace