ICscHostObject.SetNoConfig(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a value indicating whether to prevent the compiler from compiling with the csc.rsp file.
public:
bool SetNoConfig(bool noConfig);
public bool SetNoConfig (bool noConfig);
abstract member SetNoConfig : bool -> bool
Public Function SetNoConfig (noConfig As Boolean) As Boolean
Parameters
- noConfig
- Boolean
true
to prevent the compiler from compiling with the csc.rsp file; otherwise, false
.
Returns
true
if the method was successful; otherwise, false
.