ICscHostObject.SetDisabledWarnings(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 the list of warnings to disable.
public:
bool SetDisabledWarnings(System::String ^ disabledWarnings);
public bool SetDisabledWarnings (string disabledWarnings);
abstract member SetDisabledWarnings : string -> bool
Public Function SetDisabledWarnings (disabledWarnings As String) As Boolean
Parameters
- disabledWarnings
- String
The list of warnings to disable. Multiple warnings are separated with a comma.
Returns
true
if the method was successful; otherwise, false
.