O365ConnectorCardActionCard.Actions プロパティ

定義

入れ子になった ActionCard が禁止されているため、O365ConnectorCardActionBase を除く O365ConnectorCardActionBase の任意のサブタイプに各項目を含めることができる、この ActionCard に含まれる一連のアクションを取得または設定します。

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardActionBase> Actions { get; set; }
member this.Actions : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardActionBase> with get, set
Public Property Actions As IList(Of O365ConnectorCardActionBase)

プロパティ値

この ActionCard に含まれるアクション。

適用対象