共用方式為


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 此清單。 新金鑰可能會在較新版本中新增至此清單,但不會移除舊的金鑰。

適用於