ParserContext Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
ParserContext(Microsoft::AspNetCore::Razor::Text::ITextDocument ^ source, Microsoft::AspNetCore::Razor::Parser::ParserBase ^ codeParser, Microsoft::AspNetCore::Razor::Parser::ParserBase ^ markupParser, Microsoft::AspNetCore::Razor::Parser::ParserBase ^ activeParser, Microsoft::AspNetCore::Razor::ErrorSink ^ errorSink);
public ParserContext (Microsoft.AspNetCore.Razor.Text.ITextDocument source, Microsoft.AspNetCore.Razor.Parser.ParserBase codeParser, Microsoft.AspNetCore.Razor.Parser.ParserBase markupParser, Microsoft.AspNetCore.Razor.Parser.ParserBase activeParser, Microsoft.AspNetCore.Razor.ErrorSink errorSink);
new Microsoft.AspNetCore.Razor.Parser.ParserContext : Microsoft.AspNetCore.Razor.Text.ITextDocument * Microsoft.AspNetCore.Razor.Parser.ParserBase * Microsoft.AspNetCore.Razor.Parser.ParserBase * Microsoft.AspNetCore.Razor.Parser.ParserBase * Microsoft.AspNetCore.Razor.ErrorSink -> Microsoft.AspNetCore.Razor.Parser.ParserContext
Public Sub New (source As ITextDocument, codeParser As ParserBase, markupParser As ParserBase, activeParser As ParserBase, errorSink As ErrorSink)
Parametri
- source
- ITextDocument
- codeParser
- ParserBase
- markupParser
- ParserBase
- activeParser
- ParserBase
- errorSink
- ErrorSink