CSharpSyntaxVisitor.VisitBlock(BlockSyntax) 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.
Wird aufgerufen, wenn der Besucher einen BlockSyntax-Knoten besucht.
public:
virtual void VisitBlock(Microsoft::CodeAnalysis::CSharp::Syntax::BlockSyntax ^ node);
public virtual void VisitBlock(Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax node);
abstract member VisitBlock : Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax -> unit
override this.VisitBlock : Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax -> unit
Public Overridable Sub VisitBlock (node As BlockSyntax)
Parameter
- node
- BlockSyntax