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)

プロパティ値

適用対象