次の方法で共有


TrendingVideos コンストラクター

定義

オーバーロード

TrendingVideos()

TrendingVideos クラスの新しいインスタンスを初期化します。

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

TrendingVideos クラスの新しいインスタンスを初期化します。

TrendingVideos()

TrendingVideos クラスの新しいインスタンスを初期化します。

public TrendingVideos();
Public Sub New ()

適用対象

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

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)

パラメーター

bannerTiles
IList<TrendingVideosTile>
id
String

文字列識別子。

webSearchUrl
String

このアイテムの検索結果Bing URL。

適用対象