Media.WithCaptionSources Method
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
WithCaptionSources(CaptionSource[])
public Microsoft.Teams.Cards.Media WithCaptionSources(params Microsoft.Teams.Cards.CaptionSource[] value);
member this.WithCaptionSources : Microsoft.Teams.Cards.CaptionSource[] -> Microsoft.Teams.Cards.Media
Public Function WithCaptionSources (ParamArray value As CaptionSource()) As Media
Parameters
- value
- CaptionSource[]
Returns
Applies to
WithCaptionSources(IList<CaptionSource>)
public Microsoft.Teams.Cards.Media WithCaptionSources(System.Collections.Generic.IList<Microsoft.Teams.Cards.CaptionSource> value);
member this.WithCaptionSources : System.Collections.Generic.IList<Microsoft.Teams.Cards.CaptionSource> -> Microsoft.Teams.Cards.Media
Public Function WithCaptionSources (value As IList(Of CaptionSource)) As Media
Parameters
- value
- IList<CaptionSource>