Freigeben über


Solution.AddProject Methode

Definition

Überlädt

AddProject(ProjectId, String, String, String)

Erstellt eine neue Projektmappe instance, die ein Projekt mit der angegebenen Sprache und den angegebenen Namen enthält.

AddProject(ProjectInfo)

Erstellen Sie eine neue Projektmappe instance, die ein Projekt mit den angegebenen Projektinformationen enthält.

AddProject(String, String, String)

Erstellt eine neue Projektmappe instance, die ein Projekt mit der angegebenen Sprache und den angegebenen Namen enthält. Gibt das neue Projekt zurück.

AddProject(ProjectId, String, String, String)

Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs

Erstellt eine neue Projektmappe instance, die ein Projekt mit der angegebenen Sprache und den angegebenen Namen enthält.

public:
 Microsoft::CodeAnalysis::Solution ^ AddProject(Microsoft::CodeAnalysis::ProjectId ^ projectId, System::String ^ name, System::String ^ assemblyName, System::String ^ language);
public Microsoft.CodeAnalysis.Solution AddProject (Microsoft.CodeAnalysis.ProjectId projectId, string name, string assemblyName, string language);
member this.AddProject : Microsoft.CodeAnalysis.ProjectId * string * string * string -> Microsoft.CodeAnalysis.Solution
Public Function AddProject (projectId As ProjectId, name As String, assemblyName As String, language As String) As Solution

Parameter

projectId
ProjectId
name
String
assemblyName
String
language
String

Gibt zurück

Gilt für:

AddProject(ProjectInfo)

Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs

Erstellen Sie eine neue Projektmappe instance, die ein Projekt mit den angegebenen Projektinformationen enthält.

public:
 Microsoft::CodeAnalysis::Solution ^ AddProject(Microsoft::CodeAnalysis::ProjectInfo ^ projectInfo);
public Microsoft.CodeAnalysis.Solution AddProject (Microsoft.CodeAnalysis.ProjectInfo projectInfo);
member this.AddProject : Microsoft.CodeAnalysis.ProjectInfo -> Microsoft.CodeAnalysis.Solution
Public Function AddProject (projectInfo As ProjectInfo) As Solution

Parameter

projectInfo
ProjectInfo

Gibt zurück

Gilt für:

AddProject(String, String, String)

Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs
Source:
Solution.cs

Erstellt eine neue Projektmappe instance, die ein Projekt mit der angegebenen Sprache und den angegebenen Namen enthält. Gibt das neue Projekt zurück.

public:
 Microsoft::CodeAnalysis::Project ^ AddProject(System::String ^ name, System::String ^ assemblyName, System::String ^ language);
public Microsoft.CodeAnalysis.Project AddProject (string name, string assemblyName, string language);
member this.AddProject : string * string * string -> Microsoft.CodeAnalysis.Project
Public Function AddProject (name As String, assemblyName As String, language As String) As Project

Parameter

name
String
assemblyName
String
language
String

Gibt zurück

Gilt für: