RuleSetInclude(String, ReportDiagnostic) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen Sie eine RuleSetInclude, die den Pfad und die effektive Aktion enthält.
public:
RuleSetInclude(System::String ^ includePath, Microsoft::CodeAnalysis::ReportDiagnostic action);
public RuleSetInclude(string includePath, Microsoft.CodeAnalysis.ReportDiagnostic action);
new Microsoft.CodeAnalysis.RuleSetInclude : string * Microsoft.CodeAnalysis.ReportDiagnostic -> Microsoft.CodeAnalysis.RuleSetInclude
Public Sub New (includePath As String, action As ReportDiagnostic)
Parameter
- includePath
- String
- action
- ReportDiagnostic