Method SetProjectConditionals
SetProjectConditionals(string[], ProjectId)
When implemented by a class, sets conditional compilation symbols for given project
bool SetProjectConditionals(string[] conditionals, ProjectId projectId = null)
Parameters
conditionals
string[]Conditional symbols
projectId
ProjectIdSpecifies project search for the file.
Returns
- bool
True if succeed otherwise false.