TrendingTopics 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
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
- 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