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