Templates.AllDiagnostics 属性

定义

从当前 lg 文件和引用 lg 文件获取所有诊断。

public System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Diagnostic> AllDiagnostics { get; }
member this.AllDiagnostics : System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Diagnostic>
Public ReadOnly Property AllDiagnostics As IList(Of Diagnostic)

属性值

来自当前 lg 文件和引用 lg 文件的所有诊断。

适用于