Partilhar via


Propriedade DirectiveProcessor.IDirectiveProcessor.Errors

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.12.0 (em Microsoft.VisualStudio.TextTemplating.12.0.dll)

Sintaxe

'Declaração
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 não oferece suporte a implementações explícitas da interface.

Valor de propriedade

Tipo: CompilerErrorCollection

Implementações

IDirectiveProcessor.Errors

Segurança do .NET Framework

Consulte também

Referência

DirectiveProcessor Classe

Namespace Microsoft.VisualStudio.TextTemplating