次の方法で共有


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>メモリ スコープを持つ 。

実装

適用対象