Partager via


TrendingVideos Constructeurs

Définition

Surcharges

TrendingVideos()

Initialise une nouvelle instance de la classe TrendingVideos.

TrendingVideos(IList<TrendingVideosTile>, IList<TrendingVideosCategory>, String, String)

Initialise une nouvelle instance de la classe TrendingVideos.

TrendingVideos()

Initialise une nouvelle instance de la classe TrendingVideos.

public TrendingVideos ();
Public Sub New ()

S’applique à

TrendingVideos(IList<TrendingVideosTile>, IList<TrendingVideosCategory>, String, String)

Initialise une nouvelle instance de la classe TrendingVideos.

public TrendingVideos (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.TrendingVideosTile> bannerTiles, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.TrendingVideosCategory> categories, string id = default, string webSearchUrl = default);
new Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.TrendingVideos : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.TrendingVideosTile> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.TrendingVideosCategory> * string * string -> Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.TrendingVideos
Public Sub New (bannerTiles As IList(Of TrendingVideosTile), categories As IList(Of TrendingVideosCategory), Optional id As String = Nothing, Optional webSearchUrl As String = Nothing)

Paramètres

bannerTiles
IList<TrendingVideosTile>
id
String

Identificateur de chaîne.

webSearchUrl
String

URL vers le résultat de recherche de Bing pour cet élément.

S’applique à