AnalyzerConfig.Section.Properties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
本部分的键和值。 所有键都根据 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)