Document.WithFilePath(String) Method

Definition

Creates a new instance of this document updated to have the specified file path.

public:
 Microsoft::CodeAnalysis::Document ^ WithFilePath(System::String ^ filePath);
public Microsoft.CodeAnalysis.Document WithFilePath (string filePath);
member this.WithFilePath : string -> Microsoft.CodeAnalysis.Document
Public Function WithFilePath (filePath As String) As Document

Parameters

filePath
String

Returns

Applies to