Dela via


CardViewParameters.PrimaryTextCardViewParameters Metod

Definition

Hjälpmetod för att skapa en primär textkortvy.

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

Parametrar

cardBar
CardBarComponent

Kortstapelkomponent.

header
CardTextComponent

Textkomponent som ska visas som rubrik.

body
CardTextComponent

Textkomponent som ska visas som brödtext.

footer
IList<BaseCardComponent>

Upp till två knappar eller textinmatningar som ska visas som sidfot.

Returer

Konfiguration av kortvy.

Kommentarer

Kortvyn Primär text visar följande: - Kortfält - Ett primärt textfält – Ett textfält för beskrivning – Noll eller en knapp i kortstorleken Medel, upp till två knappar i stor kortstorlek. eller textinmatning.

Gäller för