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
.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.