共用方式為


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>

要填入的字典。

實作

適用於