Table of Contents

Method SetProjectOptions

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

SetProjectOptions(string[], ProjectId)

Sets options for given project

public virtual bool SetProjectOptions(string[] options, ProjectId projectId = null)

Parameters

options string[]

A new project options.

projectId ProjectId

Specifies project search for the file.

Returns

bool

True if succeed otherwise false.