Foreach 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use ForEachElement instead.
針對記憶體內部清單或集合中的每個專案執行一次動作。
[System.Obsolete("Use ForEachElement instead.")]
public class Foreach : Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ActionScope
[<System.Obsolete("Use ForEachElement instead.")>]
type Foreach = class
inherit ActionScope
Public Class Foreach
Inherits ActionScope
- 繼承
- 屬性
建構函式
Foreach(String, Int32) |
已淘汰.
初始化 Foreach 類別的新執行個體。 |
欄位
Kind |
已淘汰.
類別識別碼。 |
OFFSETKEY |
已淘汰.
定義位移索引鍵的路徑。 (繼承來源 ActionScope) |
屬性
Actions |
已淘汰.
取得或設定要執行的動作。 (繼承來源 ActionScope) |
Disabled |
已淘汰.
取得或設定選擇性運算式,如果 為 true,則會停用此動作。 |
Id |
已淘汰.
取得或設定對話方塊的識別碼。 (繼承來源 Dialog) |
Index |
已淘汰.
取得或設定專案索引的屬性路徑運算式。 |
ItemsProperty |
已淘汰.
取得或設定專案集合的屬性路徑運算式。 |
Source |
已淘汰.
取得 cref=「SourceRange」/ > 的資訊。 (繼承來源 Dialog) |
TelemetryClient |
已淘汰.
取得或設定 IBotTelemetryClient 要用於記錄的 。 (繼承來源 Dialog) |
Value |
已淘汰.
取得或設定專案值的屬性路徑運算式。 |
方法
擴充方法
RunAsync(Dialog, ITurnContext, IStatePropertyAccessor<DialogState>, CancellationToken) |
已淘汰.
建立對話堆疊並啟動對話方塊,並將其推送至堆疊。 |