共用方式為


AnalyzerConfig.Section.Properties 屬性

定義

本節的索引鍵和值。 所有索引鍵都會根據 EditorConfig 規格區分大小寫,而且索引鍵不區分大小寫。 如果值出現在 中 ReservedValues ,或對應的索引鍵位於 ReservedKeys 中,則值為小寫。 否則,這些值就是來源中存在的常值。

public System.Collections.Immutable.ImmutableDictionary<string,string> Properties { get; }
member this.Properties : System.Collections.Immutable.ImmutableDictionary<string, string>
Public ReadOnly Property Properties As ImmutableDictionary(Of String, String)

屬性值

適用於