Extensions.ToAttachment Methode

Definition

Überlädt

ToAttachment(AnimationCard)

Erstellt eine neue Anlage aus AnimationCard.

ToAttachment(AudioCard)

Erstellt eine neue Anlage aus AudioCard.

ToAttachment(HeroCard)

Erstellt eine neue Anlage aus HeroCard.

ToAttachment(OAuthCard)

Erstellt eine neue Anlage aus OAuthCard.

ToAttachment(ReceiptCard)

Erstellt eine neue Anlage aus ReceiptCard.

ToAttachment(SigninCard)

Erstellt eine neue Anlage aus SigninCard.

ToAttachment(ThumbnailCard)

Erstellt eine neue Anlage aus ThumbnailCard.

ToAttachment(VideoCard)

Erstellt eine neue Anlage aus VideoCard.

ToAttachment(AnimationCard)

Erstellt eine neue Anlage aus AnimationCard.

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

Parameter

card
AnimationCard

Die Instanz von AnimationCard.

Gibt zurück

Die generierte Anlage.

Gilt für:

ToAttachment(AudioCard)

Erstellt eine neue Anlage aus AudioCard.

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

Parameter

card
AudioCard

Die Instanz von AudioCard.

Gibt zurück

Die generierte Anlage.

Gilt für:

ToAttachment(HeroCard)

Erstellt eine neue Anlage aus HeroCard.

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

Parameter

card
HeroCard

Die Instanz von HeroCard.

Gibt zurück

Die generierte Anlage.

Gilt für:

ToAttachment(OAuthCard)

Erstellt eine neue Anlage aus OAuthCard.

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

Parameter

card
OAuthCard

Die Instanz von OAuthCard.

Gibt zurück

Die generierte Anlage.

Gilt für:

ToAttachment(ReceiptCard)

Erstellt eine neue Anlage aus ReceiptCard.

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

Parameter

card
ReceiptCard

Die Instanz von ReceiptCard.

Gibt zurück

Die generierte Anlage.

Gilt für:

ToAttachment(SigninCard)

Erstellt eine neue Anlage aus SigninCard.

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

Parameter

card
SigninCard

Die Instanz von SigninCard.

Gibt zurück

Die generierte Anlage.

Gilt für:

ToAttachment(ThumbnailCard)

Erstellt eine neue Anlage aus ThumbnailCard.

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

Parameter

card
ThumbnailCard

Die Instanz von ThumbnailCard.

Gibt zurück

Die generierte Anlage.

Gilt für:

ToAttachment(VideoCard)

Erstellt eine neue Anlage aus VideoCard.

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

Parameter

card
VideoCard

Die Instanz von VideoCard.

Gibt zurück

Die generierte Anlage.

Gilt für: