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>
サインインの実行に使用するアクション。