Extensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for converting strongly typed Card objects to Attachment.
public static class Extensions
type Extensions = class
Public Module Extensions
- Inheritance
-
Extensions
Methods
ToAttachment(AnimationCard) |
Creates a new attachment from AnimationCard. |
ToAttachment(AudioCard) |
Creates a new attachment from AudioCard. |
ToAttachment(HeroCard) |
Creates a new attachment from HeroCard. |
ToAttachment(OAuthCard) |
Creates a new attachment from OAuthCard. |
ToAttachment(ReceiptCard) |
Creates a new attachment from ReceiptCard. |
ToAttachment(SigninCard) |
Creates a new attachment from SigninCard. |
ToAttachment(ThumbnailCard) |
Creates a new attachment from ThumbnailCard. |
ToAttachment(VideoCard) |
Creates a new attachment from VideoCard. |