ProjectInfo.WithOutputRefFilePath(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 ^ WithOutputRefFilePath(System::String ^ outputRefFilePath);
public Microsoft.CodeAnalysis.ProjectInfo WithOutputRefFilePath(string outputRefFilePath);
public Microsoft.CodeAnalysis.ProjectInfo WithOutputRefFilePath(string? outputRefFilePath);
member this.WithOutputRefFilePath : string -> Microsoft.CodeAnalysis.ProjectInfo
Public Function WithOutputRefFilePath (outputRefFilePath As String) As ProjectInfo
Paramètres
- outputRefFilePath
- String