Condividi tramite


SyntaxTree.WithFilePath(String) Metodo

Definizione

Restituisce un nuovo albero il cui FilePath nodo specificato e altre proprietà vengono copiate dall'albero corrente.

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

Parametri

path
String

Restituisce

Si applica a