IVbcHostObject.SetOptionStrict(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 compiler enforces strict type semantics to restrict implicit type conversions.
public:
bool SetOptionStrict(bool optionStrict);
public bool SetOptionStrict (bool optionStrict);
abstract member SetOptionStrict : bool -> bool
Public Function SetOptionStrict (optionStrict As Boolean) As Boolean
Parameters
- optionStrict
- Boolean
true
to enforce strict type semantics to restrict implicit type conversions; otherwise, false
.
Returns
true
if the method was successful; otherwise, false
.