ExpressionVisitor.VisitCatchBlock(CatchBlock) Methode

Definition

Wechselt zu den untergeordneten Elementen der CatchBlock.

protected:
 virtual System::Linq::Expressions::CatchBlock ^ VisitCatchBlock(System::Linq::Expressions::CatchBlock ^ node);
protected virtual System.Linq.Expressions.CatchBlock VisitCatchBlock (System.Linq.Expressions.CatchBlock node);
abstract member VisitCatchBlock : System.Linq.Expressions.CatchBlock -> System.Linq.Expressions.CatchBlock
override this.VisitCatchBlock : System.Linq.Expressions.CatchBlock -> System.Linq.Expressions.CatchBlock
Protected Overridable Function VisitCatchBlock (node As CatchBlock) As CatchBlock

Parameter

node
CatchBlock

Der Ausdruck, zu dem gewechselt werden soll.

Gibt zurück

Der geänderte Ausdruck, wenn dieser oder einer seiner Teilausdrücke geändert wurde. Andernfalls wird der ursprüngliche Ausdruck zurückgegeben.

Gilt für: