IVbcHostObject.SetOptionExplicit(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 the explicit declaration of variables is required.
public:
bool SetOptionExplicit(bool optionExplicit);
public bool SetOptionExplicit (bool optionExplicit);
abstract member SetOptionExplicit : bool -> bool
Public Function SetOptionExplicit (optionExplicit As Boolean) As Boolean
Parameters
- optionExplicit
- Boolean
true
to require the explicit declaration of variables; otherwise, false
.
Returns
true
if the method was successful; otherwise, false
.