共用方式為


IComponentMemoryScopes.GetMemoryScopes 方法

定義

取得記憶體範圍。

public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope> GetMemoryScopes ();
abstract member GetMemoryScopes : unit -> seq<Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope>
Public Function GetMemoryScopes () As IEnumerable(Of MemoryScope)

傳回

IEnumerable<T>具有記憶體範圍的 。

適用於