IVbcHostObject.SetOptionStrict(Boolean) Method

Definition

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.

Applies to