ProjectProblemSuppressor.UnsuppressRulesFromFile(String) Method

Definition

Removes all problem suppression directives for a particular filename.

The updated set of problems to suppress will be immediately written out to the backing XML file that describes what rules should be suppressed for a given file.

public void UnsuppressRulesFromFile (string fileName);
member this.UnsuppressRulesFromFile : string -> unit
Public Sub UnsuppressRulesFromFile (fileName As String)

Parameters

fileName
String

path to the file

Exceptions

If the fileName is null

Applies to