Extensions.ToAttachment メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- card
- AnimationCard
戻り値
適用対象
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
パラメーター
- card
- ReceiptCard
戻り値
適用対象
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
パラメーター
- card
- ThumbnailCard
戻り値
適用対象
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