IVbcHostObject.SetOptionExplicit(Boolean) Method

Definition

Specifies a value indicating whether the explicit declaration of variables is required.

public:
 bool SetOptionExplicit(bool optionExplicit);
public bool SetOptionExplicit (bool optionExplicit);
abstract member SetOptionExplicit : bool -> bool
Public Function SetOptionExplicit (optionExplicit As Boolean) As Boolean

Parameters

optionExplicit
Boolean

true to require the explicit declaration of variables; otherwise, false.

Returns

true if the method was successful; otherwise, false.

Applies to