IVbcHostObject2.SetOptionInfer(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 variable types must be explicitly declared.
public:
bool SetOptionInfer(bool optionInfer);
public bool SetOptionInfer (bool optionInfer);
abstract member SetOptionInfer : bool -> bool
Public Function SetOptionInfer (optionInfer As Boolean) As Boolean
Parameters
- optionInfer
- Boolean
true
to require the explicit declaration of variable types; otherwise, false
.
Returns
true
if the method was successful; otherwise, false
.