Delen via


OAuthCard Constructors

Definitie

Overloads

OAuthCard()

Initialiseert een nieuw exemplaar van de OAuthCard klasse.

OAuthCard(String, String, IList<CardAction>)

Initialiseert een nieuw exemplaar van de OAuthCard klasse.

OAuthCard()

Initialiseert een nieuw exemplaar van de OAuthCard klasse.

public OAuthCard ();
Public Sub New ()

Van toepassing op

OAuthCard(String, String, IList<CardAction>)

Initialiseert een nieuw exemplaar van de OAuthCard klasse.

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

Parameters

text
String

Tekst voor aanmeldingsaanvraag.

connectionName
String

De naam van de geregistreerde verbinding.

buttons
IList<CardAction>

Actie die moet worden gebruikt om aanmelding uit te voeren.

Van toepassing op