CoreOptionsExtension.PopulateDebugInfo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
填入可能會在擴充功能使用之間變更的資訊字典,以便與此選項先前的組態進行比較,而且可以記錄差異。 使用字典索引鍵前置詞 "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>
要填入的字典。