共用方式為


Templates.References 屬性

定義

取得或設定這個 LG 檔案從 Imports 取得或設定所有參考。 注意:參考包含從 LG 檔案匯入的所有子系,而不只是子系直接屬於此 LG 檔案。 因此,參考計數可能 > = 匯入計數。

public System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Templates> References { get; set; }
member this.References : System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Templates> with get, set
Public Property References As IList(Of Templates)

屬性值

這個 LG 檔案具有的所有參考。 Imports

適用於