AnalyzerConfig.Section.Properties 属性

定义

本部分的键和值。 所有键都根据 EditorConfig 规范小写,并且键不区分大小写。 如果值出现在中或对应的键ReservedKeys位于ReservedValues中,则值为小写。 否则,这些值是源中存在的文本值。

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)

属性值

适用于