AnalyzerImageReference 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public AnalyzerImageReference (System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> analyzers, string fullPath = default, string display = default);
public AnalyzerImageReference (System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> analyzers, string? fullPath = default, string? display = default);
new Microsoft.CodeAnalysis.Diagnostics.AnalyzerImageReference : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> * string * string -> Microsoft.CodeAnalysis.Diagnostics.AnalyzerImageReference
Public Sub New (analyzers As ImmutableArray(Of DiagnosticAnalyzer), Optional fullPath As String = Nothing, Optional display As String = Nothing)
參數
- analyzers
- ImmutableArray<DiagnosticAnalyzer>
- fullPath
- String
- display
- String