DocumentInfo.WithFilePath(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
Microsoft::CodeAnalysis::DocumentInfo ^ WithFilePath(System::String ^ filePath);
public Microsoft.CodeAnalysis.DocumentInfo WithFilePath(string filePath);
public Microsoft.CodeAnalysis.DocumentInfo WithFilePath(string? filePath);
member this.WithFilePath : string -> Microsoft.CodeAnalysis.DocumentInfo
Public Function WithFilePath (filePath As String) As DocumentInfo
Parameter
- filePath
- String