AnalyzerConfig.Section.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
本節的索引鍵和值。 所有索引鍵都會根據 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)