OAuthCard Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
OAuthCard() | |
OAuthCard(String, String, IList<CardAction>) |
OAuthCard()
public OAuthCard ();
Public Sub New ()
Gilt für:
OAuthCard(String, String, IList<CardAction>)
public OAuthCard (string text = default, string connectionName = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.CardAction> buttons = default);
new Microsoft.Bot.Connector.OAuthCard : string * string * System.Collections.Generic.IList<Microsoft.Bot.Connector.CardAction> -> Microsoft.Bot.Connector.OAuthCard
Public Sub New (Optional text As String = Nothing, Optional connectionName As String = Nothing, Optional buttons As IList(Of CardAction) = Nothing)
Parameter
- text
- String
- connectionName
- String
- buttons
- IList<CardAction>