Solution.WithProjectAssemblyName(ProjectId, 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.
Crée une instance de solution avec le projet spécifié pour avoir le nouveau nom d’assembly.
public:
Microsoft::CodeAnalysis::Solution ^ WithProjectAssemblyName(Microsoft::CodeAnalysis::ProjectId ^ projectId, System::String ^ assemblyName);
public Microsoft.CodeAnalysis.Solution WithProjectAssemblyName(Microsoft.CodeAnalysis.ProjectId projectId, string assemblyName);
member this.WithProjectAssemblyName : Microsoft.CodeAnalysis.ProjectId * string -> Microsoft.CodeAnalysis.Solution
Public Function WithProjectAssemblyName (projectId As ProjectId, assemblyName As String) As Solution
Paramètres
- projectId
- ProjectId
- assemblyName
- String