Boxes.SuppressionState Class
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.
Value that indicates whether an error has been suppressed.
public: ref class Boxes::SuppressionState abstract sealed
public static class Boxes.SuppressionState
type Boxes.SuppressionState = class
Public Class Boxes.SuppressionState
- Inheritance
-
Boxes.SuppressionState
Remarks
Boxed equivalents of SuppressionState for the value returned when calling TryGetValue(String, Object) and TryGetValue(Int32, String, Object) using the SuppressionState key.
It is better, for performance reasons, to return values that have been boxed when returning though an out Object.
Fields
Active | |
NotApplicable | |
Suppressed |