VisualBasicSyntaxVisitor<TResult>.VisitErrorStatement メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- node
- ErrorStatementSyntax
戻り値
TResult