ProjectInfo.WithFilePath(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- filePath
- String