Share via


ComponentRegistrationBridge<TComponent>.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>
override this.GetMemoryScopes : unit -> seq<Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope>
Public Function GetMemoryScopes () As IEnumerable(Of MemoryScope)

返回

具有 IEnumerable<T> 内存范围的 。

实现

适用于