CSharpSyntaxVisitor.VisitWithElement(WithElementSyntax) Methode

Definition

Wird aufgerufen, wenn der Besucher einen WithElementSyntax-Knoten besucht.

public virtual void VisitWithElement(Microsoft.CodeAnalysis.CSharp.Syntax.WithElementSyntax node);
abstract member VisitWithElement : Microsoft.CodeAnalysis.CSharp.Syntax.WithElementSyntax -> unit
override this.VisitWithElement : Microsoft.CodeAnalysis.CSharp.Syntax.WithElementSyntax -> unit
Public Overridable Sub VisitWithElement (node As WithElementSyntax)

Parameter

Gilt für: