CardButtonComponent クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アダプティブ カード拡張カード ボタン コンポーネント。
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 クラスの新しいインスタンスを初期化します。 |
プロパティ
| Action |
ボタンのアクションを取得または設定します。 |
| Id |
コンポーネントのインスタンスの一意識別子 (省略可能) を取得または設定します。 (継承元 BaseCardComponent) |
| Style |
ボタンのスタイルを取得または設定します。 |
| Title |
表示するテキストを取得または設定します。 |