次の方法で共有


CardViewParameters.SignInCardViewParameters メソッド

定義

サインイン カード ビューを作成するヘルパー メソッド。

public static Microsoft.Bot.Schema.SharePoint.CardViewParameters SignInCardViewParameters(Microsoft.Bot.Schema.SharePoint.CardBarComponent cardBar, Microsoft.Bot.Schema.SharePoint.CardTextComponent header, Microsoft.Bot.Schema.SharePoint.CardTextComponent body, Microsoft.Bot.Schema.SharePoint.CardButtonComponent footer);
static member SignInCardViewParameters : Microsoft.Bot.Schema.SharePoint.CardBarComponent * Microsoft.Bot.Schema.SharePoint.CardTextComponent * Microsoft.Bot.Schema.SharePoint.CardTextComponent * Microsoft.Bot.Schema.SharePoint.CardButtonComponent -> Microsoft.Bot.Schema.SharePoint.CardViewParameters
Public Shared Function SignInCardViewParameters (cardBar As CardBarComponent, header As CardTextComponent, body As CardTextComponent, footer As CardButtonComponent) As CardViewParameters

パラメーター

cardBar
CardBarComponent

カード バー コンポーネント。

header
CardTextComponent

ヘッダーとして表示するテキスト コンポーネント。

body
CardTextComponent

本文として表示するテキスト コンポーネント。

footer
CardButtonComponent

[サインインの完了] ボタン。

戻り値

カード ビューの構成。

適用対象