DirectiveProcessor.IDirectiveProcessor.Errors Property

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

Syntax

'Declaration
Private ReadOnly Property Errors As CompilerErrorCollection 
    Implements IDirectiveProcessor.Errors
CompilerErrorCollection IDirectiveProcessor.Errors { get; }
private:
virtual property CompilerErrorCollection^ Errors {
    CompilerErrorCollection^ get () sealed = IDirectiveProcessor::Errors::get;
}
private abstract Errors : CompilerErrorCollection with get 
private override Errors : CompilerErrorCollection with get
JScript does not support explicit interface implementations.

Property Value

Type: CompilerErrorCollection

Implements

IDirectiveProcessor.Errors

.NET Framework Security

See Also

Reference

DirectiveProcessor Class

Microsoft.VisualStudio.TextTemplating Namespace