Method RegisterProjectReferences
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v9.dll
RegisterProjectReferences(string[], ProjectId)
Adds project references to the project.
public virtual bool RegisterProjectReferences(string[] projectReferences, ProjectId projectId = null)
Parameters
projectReferences
string[]Project references.
projectId
ProjectIdSpecifies project to add references to.
Returns
- bool
True if succeed otherwise false.
RegisterProjectReferences(ProjectId[], ProjectId)
Adds project references to the project.
public virtual bool RegisterProjectReferences(ProjectId[] projectReferences, ProjectId projectId = null)
Parameters
projectReferences
ProjectId[]Project references.
projectId
ProjectIdSpecifies project to add references to.
Returns
- bool
True if succeed otherwise false.