次の方法で共有


CardTextComponent クラス

定義

アダプティブ カード拡張カードのテキスト コンポーネント。

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

コンストラクター

CardTextComponent()

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

プロパティ

Id

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

(継承元 BaseCardComponent)
Text

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

適用対象