Table of Contents

Method SetProjectOptions

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

SetProjectOptions(string[], ProjectId)

When implemented by a class, sets conditional compilation symbols for given project

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

Parameters

options string[]

New project options

projectId ProjectId

Specifies project search for the file.

Returns

bool

True if succeed otherwise false.