ParserContext Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- source
- ITextDocument
- codeParser
- ParserBase
- markupParser
- ParserBase
- activeParser
- ParserBase
- errorSink
- ErrorSink