CardViewParameters.PrimaryTextCardViewParameters メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プライマリ テキスト カード ビューを作成するヘルパー メソッド。
public static Microsoft.Bot.Schema.SharePoint.CardViewParameters PrimaryTextCardViewParameters(Microsoft.Bot.Schema.SharePoint.CardBarComponent cardBar, Microsoft.Bot.Schema.SharePoint.CardTextComponent header, Microsoft.Bot.Schema.SharePoint.CardTextComponent body, System.Collections.Generic.IList<Microsoft.Bot.Schema.SharePoint.BaseCardComponent> footer);
static member PrimaryTextCardViewParameters : Microsoft.Bot.Schema.SharePoint.CardBarComponent * Microsoft.Bot.Schema.SharePoint.CardTextComponent * Microsoft.Bot.Schema.SharePoint.CardTextComponent * System.Collections.Generic.IList<Microsoft.Bot.Schema.SharePoint.BaseCardComponent> -> Microsoft.Bot.Schema.SharePoint.CardViewParameters
Public Shared Function PrimaryTextCardViewParameters (cardBar As CardBarComponent, header As CardTextComponent, body As CardTextComponent, footer As IList(Of BaseCardComponent)) As CardViewParameters
パラメーター
- cardBar
- CardBarComponent
カード バー コンポーネント。
- header
- CardTextComponent
ヘッダーとして表示するテキスト コンポーネント。
- body
- CardTextComponent
本文として表示するテキスト コンポーネント。
- footer
- IList<BaseCardComponent>
フッターとして表示する最大 2 つのボタンまたはテキスト入力。
戻り値
カード ビューの構成。
注釈
プライマリ テキスト カード ビューには、次のように表示されます。 - カード バー - 1 つのプライマリ テキスト フィールド - 1 つの説明テキスト フィールド - ゼロまたは中カード サイズの 1 つのボタン、大きいカード サイズの最大 2 つのボタン。またはテキスト入力。