你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ButtonSetContent(IEnumerable<ButtonContent>) Constructor

Definition

Initializes a new instance of ButtonSetContent.

public ButtonSetContent(System.Collections.Generic.IEnumerable<Azure.Communication.Messages.ButtonContent> buttons);
new Azure.Communication.Messages.ButtonSetContent : seq<Azure.Communication.Messages.ButtonContent> -> Azure.Communication.Messages.ButtonSetContent
Public Sub New (buttons As IEnumerable(Of ButtonContent))

Parameters

buttons
IEnumerable<ButtonContent>

Unique Id of the button content.

Exceptions

buttons is null.

Applies to