Method UnregisterProjectReferences
UnregisterProjectReferences(string[], ProjectId)
When implemented by a class, unregisters assemblies from the project.
bool UnregisterProjectReferences(string[] projectReferences, ProjectId projectId = null)
Parameters
projectReferences
string[]Project references.
projectId
ProjectIdSpecifies project to remove references from.
Returns
- bool
True if succeed otherwise false.