OAuthCard 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
OAuthCard() |
初始化 OAuthCard 类的新实例。 |
OAuthCard(String, String, IList<CardAction>) |
初始化 OAuthCard 类的新实例。 |
OAuthCard()
OAuthCard(String, String, IList<CardAction>)
初始化 OAuthCard 类的新实例。
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)
参数
- text
- String
登录请求的文本。
- connectionName
- String
已注册连接的名称。
- buttons
- IList<CardAction>
用于执行登录的操作。