ProjectProblemSuppressor.UnsuppressRulesFromFile(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.
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