IVbcHostObject.SetOptionStrictType(String) Method

Definition

Specifies that the compiler should warn when strict language semantics are not respected.

public:
 bool SetOptionStrictType(System::String ^ optionStrictType);
public bool SetOptionStrictType (string optionStrictType);
abstract member SetOptionStrictType : string -> bool
Public Function SetOptionStrictType (optionStrictType As String) As Boolean

Parameters

optionStrictType
String

The string passed to the OptionStrictType parameter.

Returns

true if the method was successful; otherwise, false.

Applies to