Table of Contents

Method SetProjectConditionals

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

SetProjectConditionals(string[], ProjectId)

Sets conditional compilation symbols for given project

public virtual bool SetProjectConditionals(string[] conditionals, ProjectId projectId = null)

Parameters

conditionals string[]

Conditional symbols

projectId ProjectId

Specifies project search for the file.

Returns

bool

True if succeed otherwise false.