Share via


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);

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