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>
要填充的字典。