ParserVisitor.VisitStartBlock(Block) Methode
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:
virtual void VisitStartBlock(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ block);
public virtual void VisitStartBlock (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block block);
abstract member VisitStartBlock : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block -> unit
override this.VisitStartBlock : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block -> unit
Public Overridable Sub VisitStartBlock (block As Block)
Parameter
- block
- Block