AnalyzerConfig.ReservedKeys プロパティ

定義

editorconfig 仕様の特別な解釈のために予約されているキーのセット。 (キー、値) プロパティ ペアの予約キーに対応するすべての値は、解析中は常に小文字になります。

public static System.Collections.Immutable.ImmutableHashSet<string> ReservedKeys { get; }
static member ReservedKeys : System.Collections.Immutable.ImmutableHashSet<string>
Public Shared ReadOnly Property ReservedKeys As ImmutableHashSet(Of String)

プロパティ値

注釈

このリストは、2018-04-21 19:37:05Z から https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties 取得されました。 新しいバージョンでは、この一覧に新しいキーを追加できますが、古いキーは削除されません。

適用対象