Share via


CodeFixProvider.FixableDiagnosticIds 屬性

定義

此提供者可為其提供修正程式的診斷識別碼清單。

public:
 abstract property System::Collections::Immutable::ImmutableArray<System::String ^> FixableDiagnosticIds { System::Collections::Immutable::ImmutableArray<System::String ^> get(); };
public abstract System.Collections.Immutable.ImmutableArray<string> FixableDiagnosticIds { get; }
member this.FixableDiagnosticIds : System.Collections.Immutable.ImmutableArray<string>
Public MustOverride ReadOnly Property FixableDiagnosticIds As ImmutableArray(Of String)

屬性值

適用於