다음을 통해 공유


AnalyzerConfig.ReservedKeys 속성

정의

editorconfig 사양에 대한 특수 해석을 위해 예약된 키 집합입니다. (key,value) 속성 쌍의 예약된 키에 해당하는 모든 값은 구문 분석 중에 항상 소문자를 낮춥니다.

public static System.Collections.Immutable.ImmutableHashSet<string> ReservedKeys { get; }
static member ReservedKeys : System.Collections.Immutable.ImmutableHashSet<string>
Public Shared ReadOnly Property ReservedKeys As ImmutableHashSet(Of String)

속성 값

설명

이 목록은 2018-04-21 19:37:05Z에서 https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties 검색되었습니다. 새 키는 최신 버전에서 이 목록에 추가될 수 있지만 이전 키는 제거되지 않습니다.

적용 대상