次の方法で共有


TrendingImagesTile.Query プロパティ

定義

件名の画像を含むBing検索結果ページを返すクエリを取得または設定します。 たとえば、カテゴリが [人気のあるPeople検索] の場合、サムネイルは人気のあるユーザーです。 クエリは、そのユーザーの画像を含むBing検索結果ページを返します。

[Newtonsoft.Json.JsonProperty(PropertyName="query")]
public Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query Query { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="query")>]
member this.Query : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query with get, set
Public Property Query As Query

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象