StandardTableKeyNames.SuppressionState Field

Definition

The suppression state of an error.

public: System::String ^ SuppressionState;
public const string SuppressionState;
val mutable SuppressionState : string
Public Const SuppressionState As String 

Field Value

Remarks

Expected value data type is an SuppressionState.

It is better, for performance reasons, to return values that have been boxed when returning though an out object. You can find boxed equivalents of ErrorRank in Microsoft.VisualStudio.Shell.TableManager.Boxes.

Applies to