CardTextInputTitleButton クラス

定義

テキスト付きのカード テキスト入力ボタン。

public class CardTextInputTitleButton : Microsoft.Bot.Schema.SharePoint.CardTextInputBaseButton
type CardTextInputTitleButton = class
    inherit CardTextInputBaseButton
Public Class CardTextInputTitleButton
Inherits CardTextInputBaseButton
継承
CardTextInputTitleButton

コンストラクター

名前 説明
CardTextInputTitleButton()

テキスト付きのカード テキスト入力ボタン。

プロパティ

名前 説明
Action

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

(継承元 CardTextInputBaseButton)
Id

ボタンの一意の ID を取得または設定します。

(継承元 CardTextInputBaseButton)
Title

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

適用対象