SyntaxTree.WithFilePath(String) メソッド

定義

指定したノードとその他のプロパティが現在のツリー FilePath からコピーされる新しいツリーを返します。

public:
 abstract Microsoft::CodeAnalysis::SyntaxTree ^ WithFilePath(System::String ^ path);
public abstract Microsoft.CodeAnalysis.SyntaxTree WithFilePath (string path);
abstract member WithFilePath : string -> Microsoft.CodeAnalysis.SyntaxTree
Public MustOverride Function WithFilePath (path As String) As SyntaxTree

パラメーター

path
String

戻り値

適用対象