다음을 통해 공유


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)

속성 값

적용 대상