Share via


VisualBasicCompilation.ReplaceSyntaxTree(SyntaxTree, SyntaxTree) メソッド

定義

public:
 Microsoft::CodeAnalysis::VisualBasic::VisualBasicCompilation ^ ReplaceSyntaxTree(Microsoft::CodeAnalysis::SyntaxTree ^ oldTree, Microsoft::CodeAnalysis::SyntaxTree ^ newTree);
public Microsoft.CodeAnalysis.VisualBasic.VisualBasicCompilation ReplaceSyntaxTree (Microsoft.CodeAnalysis.SyntaxTree oldTree, Microsoft.CodeAnalysis.SyntaxTree newTree);
override this.ReplaceSyntaxTree : Microsoft.CodeAnalysis.SyntaxTree * Microsoft.CodeAnalysis.SyntaxTree -> Microsoft.CodeAnalysis.VisualBasic.VisualBasicCompilation
Public Function ReplaceSyntaxTree (oldTree As SyntaxTree, newTree As SyntaxTree) As VisualBasicCompilation

パラメーター

oldTree
SyntaxTree
newTree
SyntaxTree

戻り値

適用対象