Solution.AddProjectReference(ProjectId, ProjectReference) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new solution instance with the project specified updated to include the specified project reference.
public:
Microsoft::CodeAnalysis::Solution ^ AddProjectReference(Microsoft::CodeAnalysis::ProjectId ^ projectId, Microsoft::CodeAnalysis::ProjectReference ^ projectReference);
public Microsoft.CodeAnalysis.Solution AddProjectReference (Microsoft.CodeAnalysis.ProjectId projectId, Microsoft.CodeAnalysis.ProjectReference projectReference);
member this.AddProjectReference : Microsoft.CodeAnalysis.ProjectId * Microsoft.CodeAnalysis.ProjectReference -> Microsoft.CodeAnalysis.Solution
Public Function AddProjectReference (projectId As ProjectId, projectReference As ProjectReference) As Solution
Parameters
- projectId
- ProjectId
- projectReference
- ProjectReference
Returns
Exceptions
projectReference
is null
.
The solution does not contain projectId
.
The project already references the target project.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.