TrendingVideos Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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>
- categories
- IList<TrendingVideosCategory>
- id
- String
Identificateur de chaîne.
- webSearchUrl
- String
URL vers le résultat de recherche de Bing pour cet élément.
S’applique à
Azure SDK for .NET