DiagnosticAnalyzer.SupportedDiagnostics プロパティ

定義

このアナライザーが生成できる診断の記述子のセットを返します。

public:
 abstract property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::DiagnosticDescriptor ^> SupportedDiagnostics { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::DiagnosticDescriptor ^> get(); };
public abstract System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DiagnosticDescriptor> SupportedDiagnostics { get; }
member this.SupportedDiagnostics : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DiagnosticDescriptor>
Public MustOverride ReadOnly Property SupportedDiagnostics As ImmutableArray(Of DiagnosticDescriptor)

プロパティ値

適用対象