次の方法で共有


OAuthCard コンストラクター

定義

オーバーロード

OAuthCard()

OAuthCard クラスの新しいインスタンスを初期化します。

OAuthCard(String, String, IList<CardAction>)

OAuthCard クラスの新しいインスタンスを初期化します。

OAuthCard()

OAuthCard クラスの新しいインスタンスを初期化します。

public OAuthCard ();
Public Sub New ()

適用対象

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>

サインインの実行に使用するアクション。

適用対象