ImageSet 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
| Name | Description |
|---|---|
| ImageSet() | |
| ImageSet(Image[]) | |
| ImageSet(IList<Image>) |
ImageSet()
public ImageSet();
Public Sub New ()
Applies to
ImageSet(Image[])
public ImageSet(params Microsoft.Teams.Cards.Image[] images);
new Microsoft.Teams.Cards.ImageSet : Microsoft.Teams.Cards.Image[] -> Microsoft.Teams.Cards.ImageSet
Public Sub New (ParamArray images As Image())
Parameters
- images
- Image[]
Applies to
ImageSet(IList<Image>)
public ImageSet(System.Collections.Generic.IList<Microsoft.Teams.Cards.Image> images);
new Microsoft.Teams.Cards.ImageSet : System.Collections.Generic.IList<Microsoft.Teams.Cards.Image> -> Microsoft.Teams.Cards.ImageSet
Public Sub New (images As IList(Of Image))