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

See Also

Reference

IDirectiveProcessor Interface

Microsoft.VisualStudio.TextTemplating Namespace