Method RegisterProjectReferences
RegisterProjectReferences(string[], ProjectId)
When implemented by a class, adds project references to the project.
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)
When implemented by a class, adds project references to the project.
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.