Partager via


Solution.WithProjectOutputRefFilePath(ProjectId, String) Méthode

Définition

Crée une instance de solution avec le projet spécifié pour avoir le chemin d’accès du fichier de sortie d’assembly de référence.

public:
 Microsoft::CodeAnalysis::Solution ^ WithProjectOutputRefFilePath(Microsoft::CodeAnalysis::ProjectId ^ projectId, System::String ^ outputRefFilePath);
public Microsoft.CodeAnalysis.Solution WithProjectOutputRefFilePath (Microsoft.CodeAnalysis.ProjectId projectId, string outputRefFilePath);
public Microsoft.CodeAnalysis.Solution WithProjectOutputRefFilePath (Microsoft.CodeAnalysis.ProjectId projectId, string? outputRefFilePath);
member this.WithProjectOutputRefFilePath : Microsoft.CodeAnalysis.ProjectId * string -> Microsoft.CodeAnalysis.Solution
Public Function WithProjectOutputRefFilePath (projectId As ProjectId, outputRefFilePath As String) As Solution

Paramètres

projectId
ProjectId
outputRefFilePath
String

Retours

S’applique à