RuleSet.WithEffectiveAction(ReportDiagnostic) Method

Definition

Create a RuleSet with a global effective action applied on it.

public:
 Microsoft::CodeAnalysis::RuleSet ^ WithEffectiveAction(Microsoft::CodeAnalysis::ReportDiagnostic action);
public Microsoft.CodeAnalysis.RuleSet WithEffectiveAction (Microsoft.CodeAnalysis.ReportDiagnostic action);
public Microsoft.CodeAnalysis.RuleSet? WithEffectiveAction (Microsoft.CodeAnalysis.ReportDiagnostic action);
member this.WithEffectiveAction : Microsoft.CodeAnalysis.ReportDiagnostic -> Microsoft.CodeAnalysis.RuleSet
Public Function WithEffectiveAction (action As ReportDiagnostic) As RuleSet

Parameters

Returns

Applies to