IDirectiveProcessor.Errors Property
Error collection for DirectiveProcessor to add errors/warnings to.
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 with get
function get Errors () : CompilerErrorCollection
Property Value
Type: CompilerErrorCollection
Returns CompilerErrorCollection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.