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>

채울 사전입니다.

구현

적용 대상