IVbcHostObject.SetOptionStrictType(String) 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 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
.