Udostępnij przez


SigninCard Konstruktory

Definicja

Przeciążenia

SigninCard()

Inicjuje nowe wystąpienie klasy SigninCard.

SigninCard(String, IList<CardAction>)

Inicjuje nowe wystąpienie klasy SigninCard.

SigninCard()

Inicjuje nowe wystąpienie klasy SigninCard.

public SigninCard();
Public Sub New ()

Dotyczy

SigninCard(String, IList<CardAction>)

Inicjuje nowe wystąpienie klasy SigninCard.

public SigninCard(string text = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> buttons = default);
new Microsoft.Bot.Schema.SigninCard : string * System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> -> Microsoft.Bot.Schema.SigninCard
Public Sub New (Optional text As String = Nothing, Optional buttons As IList(Of CardAction) = Nothing)

Parametry

text
String

Tekst żądania logowania.

buttons
IList<CardAction>

Akcja umożliwiająca wykonanie logowania.

Dotyczy