Partager via


TrendingTopics Constructeurs

Définition

Surcharges

TrendingTopics()

Initialise une nouvelle instance de la classe TrendingTopics.

TrendingTopics(IList<NewsTopic>, String, String, IList<Query>)

Initialise une nouvelle instance de la classe TrendingTopics.

TrendingTopics()

Initialise une nouvelle instance de la classe TrendingTopics.

public TrendingTopics ();
Public Sub New ()

S’applique à

TrendingTopics(IList<NewsTopic>, String, String, IList<Query>)

Initialise une nouvelle instance de la classe TrendingTopics.

public TrendingTopics (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.NewsSearch.Models.NewsTopic> value, string id = default, string webSearchUrl = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.NewsSearch.Models.Query> followUpQueries = default);
new Microsoft.Azure.CognitiveServices.Search.NewsSearch.Models.TrendingTopics : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.NewsSearch.Models.NewsTopic> * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.NewsSearch.Models.Query> -> Microsoft.Azure.CognitiveServices.Search.NewsSearch.Models.TrendingTopics
Public Sub New (value As IList(Of NewsTopic), Optional id As String = Nothing, Optional webSearchUrl As String = Nothing, Optional followUpQueries As IList(Of Query) = Nothing)

Paramètres

value
IList<NewsTopic>

Liste des actualités tendances sur Bing

id
String

Identificateur de chaîne.

webSearchUrl
String

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

followUpQueries
IList<Query>

S’applique à