HeroCard Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
HeroCard() | |
HeroCard(String, String, String, IList<CardImage>, IList<CardAction>, CardAction) |
HeroCard()
public HeroCard ();
Public Sub New ()
Применяется к
HeroCard(String, String, String, IList<CardImage>, IList<CardAction>, CardAction)
public HeroCard (string title = default, string subtitle = default, string text = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.CardImage> images = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.CardAction> buttons = default, Microsoft.Bot.Connector.CardAction tap = default);
new Microsoft.Bot.Connector.HeroCard : string * string * string * System.Collections.Generic.IList<Microsoft.Bot.Connector.CardImage> * System.Collections.Generic.IList<Microsoft.Bot.Connector.CardAction> * Microsoft.Bot.Connector.CardAction -> Microsoft.Bot.Connector.HeroCard
Public Sub New (Optional title As String = Nothing, Optional subtitle As String = Nothing, Optional text As String = Nothing, Optional images As IList(Of CardImage) = Nothing, Optional buttons As IList(Of CardAction) = Nothing, Optional tap As CardAction = Nothing)
Параметры
- title
- String
- subtitle
- String
- text
- String
- buttons
- IList<CardAction>
- tap
- CardAction