次の方法で共有


CardButtonComponent クラス

定義

アダプティブ カード拡張カード ボタン コンポーネント。

public class CardButtonComponent : Microsoft.Bot.Schema.SharePoint.BaseCardComponent, Microsoft.Bot.Schema.SharePoint.ICardButtonBase
type CardButtonComponent = class
    inherit BaseCardComponent
    interface ICardButtonBase
Public Class CardButtonComponent
Inherits BaseCardComponent
Implements ICardButtonBase
継承
CardButtonComponent
実装

コンストラクター

CardButtonComponent()

CardButtonComponent クラスの新しいインスタンスを初期化します。

プロパティ

Action

ボタンのアクションを取得または設定します。

Id

コンポーネントのインスタンスの一意識別子 (省略可能) を取得または設定します。

(継承元 BaseCardComponent)
Style

ボタンのスタイルを取得または設定します。

Title

表示するテキストを取得または設定します。

適用対象