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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.