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>具有記憶體範圍的 。

實作

適用於