Share via


SyntaxTree.WithFilePath(String) Methode

Definition

Gibt eine neue Struktur zurück, deren FilePath angegebene Knoten und andere Eigenschaften aus der aktuellen Struktur kopiert werden.

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

Parameter

path
String

Gibt zurück

Gilt für: