CardViewParameters.SignInCardViewParameters Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Méthode d’assistance pour créer une vue de carte de connexion.
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
Paramètres
- cardBar
- CardBarComponent
Composant de barre de cartes.
- header
- CardTextComponent
Composant texte à afficher en tant qu’en-tête.
- body
- CardTextComponent
Composant texte à afficher sous forme de corps.
- footer
- CardButtonComponent
Bouton Terminer la connexion.
Retours
Configuration de l’affichage des cartes.