ParserContext Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- source
- ITextDocument
- codeParser
- ParserBase
- markupParser
- ParserBase
- activeParser
- ParserBase
- errorSink
- ErrorSink