次の方法で共有


O365ConnectorCardSection.Images プロパティ

定義

現在のセクションのイメージのセットを取得または設定します。

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

プロパティ値

現在のセクションの画像。

適用対象