次の方法で共有


VisualBasicSyntaxRewriter.VisitErrorStatement(ErrorStatementSyntax) メソッド

定義

public:
 override Microsoft::CodeAnalysis::SyntaxNode ^ VisitErrorStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::ErrorStatementSyntax ^ node);
public override Microsoft.CodeAnalysis.SyntaxNode VisitErrorStatement (Microsoft.CodeAnalysis.VisualBasic.Syntax.ErrorStatementSyntax node);
override this.VisitErrorStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.ErrorStatementSyntax -> Microsoft.CodeAnalysis.SyntaxNode
Public Overrides Function VisitErrorStatement (node As ErrorStatementSyntax) As SyntaxNode

パラメーター

戻り値

適用対象