Compartir a través de


ProjectInfo.WithFilePath(String) Método

Definición

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

Parámetros

filePath
String

Devoluciones

Se aplica a