共用方式為


ProjectInfo.WithFilePath(String) 方法

定義

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

參數

filePath
String

傳回

適用於