Table of Contents

Method UnregisterProjectReferences

Namespace
Alternet.Syntax.Parsers.Roslyn.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

UnregisterProjectReferences(string[], ProjectId)

When implemented by a class, unregisters assemblies from the project.

public virtual bool UnregisterProjectReferences(string[] projectReferences, ProjectId projectId = null)

Parameters

projectReferences string[]

Project references.

projectId ProjectId

Specifies project to remove references from.

Returns

bool

True if succeed otherwise false.