CardViewParameters.SignInCardViewParameters メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サインイン カード ビューを作成するヘルパー メソッド。
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
[サインインの完了] ボタン。
戻り値
カード ビューの構成。