Compartir a través de


SyntaxTree.WithFilePath(String) Método

Definición

Devuelve un nuevo árbol cuyo FilePath nodo especificado es y otras propiedades se copian del árbol actual.

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

Parámetros

path
String

Devoluciones

Se aplica a