Solution.WithProjectName(ProjectId, String) Méthode
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 nom.
public:
Microsoft::CodeAnalysis::Solution ^ WithProjectName(Microsoft::CodeAnalysis::ProjectId ^ projectId, System::String ^ name);
public Microsoft.CodeAnalysis.Solution WithProjectName (Microsoft.CodeAnalysis.ProjectId projectId, string name);
member this.WithProjectName : Microsoft.CodeAnalysis.ProjectId * string -> Microsoft.CodeAnalysis.Solution
Public Function WithProjectName (projectId As ProjectId, name As String) As Solution
- projectId
- ProjectId
- name
- String
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :