次の方法で共有


VisualBasicSyntaxVisitor<TResult>.VisitErrorStatement メソッド

定義

public:
 virtual TResult VisitErrorStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::ErrorStatementSyntax ^ node);
public virtual TResult VisitErrorStatement (Microsoft.CodeAnalysis.VisualBasic.Syntax.ErrorStatementSyntax node);
abstract member VisitErrorStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.ErrorStatementSyntax -> 'Result
override this.VisitErrorStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.ErrorStatementSyntax -> 'Result
Public Overridable Function VisitErrorStatement (node As ErrorStatementSyntax) As TResult

パラメーター

戻り値

TResult

適用対象