ICscHostObject.SetOptimize(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 enable optimizations.
public:
bool SetOptimize(bool optimize);
public bool SetOptimize (bool optimize);
abstract member SetOptimize : bool -> bool
Public Function SetOptimize (optimize As Boolean) As Boolean
Parameters
- optimize
- Boolean
true
to enable optimizations; otherwise, false
.
Returns
true
if the method was successful; otherwise, false
.