次の方法で共有


CardTextInputComponent クラス

定義

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

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

コンストラクター

CardTextInputComponent()

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

プロパティ

Button

テキスト入力のボタン構成を取得または設定します。

DefaultValue

テキスト入力の既定のテキスト値を取得または設定します。

IconAfter

テキスト入力の右端に表示される省略可能なアイコンのプロパティを取得または設定します。

IconBefore

テキスト入力の左端に表示される省略可能なアイコンのプロパティを取得または設定します。

Id

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

(継承元 BaseCardComponent)
Placeholder

テキスト入力に表示するプレースホルダー テキストを取得または設定します。

適用対象