次の方法で共有


CoreOptionsExtension.PopulateDebugInfo メソッド

定義

このオプションの以前の構成と比較して、相違点をログに記録できるように、拡張機能の使用の間で変更される可能性がある情報のディクショナリを設定します。 ディクショナリ キープレフィックス "Core:" が使用されます。

public virtual void PopulateDebugInfo (System.Collections.Generic.IDictionary<string,string> debugInfo);
abstract member PopulateDebugInfo : System.Collections.Generic.IDictionary<string, string> -> unit
override this.PopulateDebugInfo : System.Collections.Generic.IDictionary<string, string> -> unit
Public Overridable Sub PopulateDebugInfo (debugInfo As IDictionary(Of String, String))

パラメーター

debugInfo
IDictionary<String,String>

入力するディクショナリ。

実装

適用対象