Aracılığıyla paylaş


Extensions.ToAttachment Yöntem

Tanım

Aşırı Yüklemeler

ToAttachment(AnimationCard)

uygulamasından AnimationCardyeni bir ek oluşturur.

ToAttachment(AudioCard)

uygulamasından AudioCardyeni bir ek oluşturur.

ToAttachment(HeroCard)

uygulamasından HeroCardyeni bir ek oluşturur.

ToAttachment(OAuthCard)

uygulamasından OAuthCardyeni bir ek oluşturur.

ToAttachment(ReceiptCard)

uygulamasından ReceiptCardyeni bir ek oluşturur.

ToAttachment(SigninCard)

uygulamasından SigninCardyeni bir ek oluşturur.

ToAttachment(ThumbnailCard)

uygulamasından ThumbnailCardyeni bir ek oluşturur.

ToAttachment(VideoCard)

uygulamasından VideoCardyeni bir ek oluşturur.

ToAttachment(AnimationCard)

uygulamasından AnimationCardyeni bir ek oluşturur.

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

Parametreler

card
AnimationCard

örneği AnimationCard.

Döndürülenler

Oluşturulan ek.

Şunlara uygulanır

ToAttachment(AudioCard)

uygulamasından AudioCardyeni bir ek oluşturur.

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

Parametreler

card
AudioCard

örneği AudioCard.

Döndürülenler

Oluşturulan ek.

Şunlara uygulanır

ToAttachment(HeroCard)

uygulamasından HeroCardyeni bir ek oluşturur.

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

Parametreler

card
HeroCard

örneği HeroCard.

Döndürülenler

Oluşturulan ek.

Şunlara uygulanır

ToAttachment(OAuthCard)

uygulamasından OAuthCardyeni bir ek oluşturur.

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

Parametreler

card
OAuthCard

örneği OAuthCard.

Döndürülenler

Oluşturulan ek.

Şunlara uygulanır

ToAttachment(ReceiptCard)

uygulamasından ReceiptCardyeni bir ek oluşturur.

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

Parametreler

card
ReceiptCard

örneği ReceiptCard.

Döndürülenler

Oluşturulan ek.

Şunlara uygulanır

ToAttachment(SigninCard)

uygulamasından SigninCardyeni bir ek oluşturur.

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

Parametreler

card
SigninCard

örneği SigninCard.

Döndürülenler

Oluşturulan ek.

Şunlara uygulanır

ToAttachment(ThumbnailCard)

uygulamasından ThumbnailCardyeni bir ek oluşturur.

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

Parametreler

card
ThumbnailCard

örneği ThumbnailCard.

Döndürülenler

Oluşturulan ek.

Şunlara uygulanır

ToAttachment(VideoCard)

uygulamasından VideoCardyeni bir ek oluşturur.

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

Parametreler

card
VideoCard

örneği VideoCard.

Döndürülenler

Oluşturulan ek.

Şunlara uygulanır