Method RegisterProjectReferences
RegisterProjectReferences(string[], ProjectId)
When implemented by a class, adds project references to the project.
bool RegisterProjectReferences(string[] projectReferences, ProjectId projectId = null)
Parameters
projectReferencesstring[]Project references.
projectIdProjectIdSpecifies 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
projectReferencesProjectId[]Project references.
projectIdProjectIdSpecifies project to add references to.
Returns
- bool
True if succeed otherwise false.