CardImage Constructors
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.
Overloads
| CardImage() |
Initializes a new instance of CardImage. |
| CardImage(String, String, CardAction) |
Initializes a new instance of CardImage. |
CardImage()
Initializes a new instance of CardImage.
public CardImage();
Public Sub New ()
Applies to
CardImage(String, String, CardAction)
Initializes a new instance of CardImage.
public CardImage(string url = default, string alt = default, Microsoft.Agents.Core.Models.CardAction tap = default);
new Microsoft.Agents.Core.Models.CardImage : string * string * Microsoft.Agents.Core.Models.CardAction -> Microsoft.Agents.Core.Models.CardImage
Public Sub New (Optional url As String = Nothing, Optional alt As String = Nothing, Optional tap As CardAction = Nothing)
Parameters
- url
- String
URL thumbnail image for major content property.
- alt
- String
Image description intended for screen readers.
- tap
- CardAction
A clickable action.