次の方法で共有


Extensions.ToAttachment メソッド

定義

オーバーロード

ToAttachment(AnimationCard)
ToAttachment(AudioCard)
ToAttachment(HeroCard)
ToAttachment(ReceiptCard)
ToAttachment(SigninCard)
ToAttachment(ThumbnailCard)
ToAttachment(VideoCard)

ToAttachment(AnimationCard)

public static Microsoft.Bot.Connector.Attachment ToAttachment (this Microsoft.Bot.Connector.AnimationCard card);
static member ToAttachment : Microsoft.Bot.Connector.AnimationCard -> Microsoft.Bot.Connector.Attachment
<Extension()>
Public Function ToAttachment (card As AnimationCard) As Attachment

パラメーター

戻り値

適用対象

ToAttachment(AudioCard)

public static Microsoft.Bot.Connector.Attachment ToAttachment (this Microsoft.Bot.Connector.AudioCard card);
static member ToAttachment : Microsoft.Bot.Connector.AudioCard -> Microsoft.Bot.Connector.Attachment
<Extension()>
Public Function ToAttachment (card As AudioCard) As Attachment

パラメーター

card
AudioCard

戻り値

適用対象

ToAttachment(HeroCard)

public static Microsoft.Bot.Connector.Attachment ToAttachment (this Microsoft.Bot.Connector.HeroCard card);
static member ToAttachment : Microsoft.Bot.Connector.HeroCard -> Microsoft.Bot.Connector.Attachment
<Extension()>
Public Function ToAttachment (card As HeroCard) As Attachment

パラメーター

card
HeroCard

戻り値

適用対象

ToAttachment(ReceiptCard)

public static Microsoft.Bot.Connector.Attachment ToAttachment (this Microsoft.Bot.Connector.ReceiptCard card);
static member ToAttachment : Microsoft.Bot.Connector.ReceiptCard -> Microsoft.Bot.Connector.Attachment
<Extension()>
Public Function ToAttachment (card As ReceiptCard) As Attachment

パラメーター

戻り値

適用対象

ToAttachment(SigninCard)

public static Microsoft.Bot.Connector.Attachment ToAttachment (this Microsoft.Bot.Connector.SigninCard card);
static member ToAttachment : Microsoft.Bot.Connector.SigninCard -> Microsoft.Bot.Connector.Attachment
<Extension()>
Public Function ToAttachment (card As SigninCard) As Attachment

パラメーター

card
SigninCard

戻り値

適用対象

ToAttachment(ThumbnailCard)

public static Microsoft.Bot.Connector.Attachment ToAttachment (this Microsoft.Bot.Connector.ThumbnailCard card);
static member ToAttachment : Microsoft.Bot.Connector.ThumbnailCard -> Microsoft.Bot.Connector.Attachment
<Extension()>
Public Function ToAttachment (card As ThumbnailCard) As Attachment

パラメーター

戻り値

適用対象

ToAttachment(VideoCard)

public static Microsoft.Bot.Connector.Attachment ToAttachment (this Microsoft.Bot.Connector.VideoCard card);
static member ToAttachment : Microsoft.Bot.Connector.VideoCard -> Microsoft.Bot.Connector.Attachment
<Extension()>
Public Function ToAttachment (card As VideoCard) As Attachment

パラメーター

card
VideoCard

戻り値

適用対象