你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchDocument.GetObjectCollection(String) 方法

定义

获取名为 key的 复杂SearchDocument集合属性的值SearchDocument

public System.Collections.Generic.IReadOnlyList<Azure.Search.Documents.Models.SearchDocument> GetObjectCollection (string key);
member this.GetObjectCollection : string -> System.Collections.Generic.IReadOnlyList<Azure.Search.Documents.Models.SearchDocument>
Public Function GetObjectCollection (key As String) As IReadOnlyList(Of SearchDocument)

参数

key
String

属性的名称。

返回

该属性的值。

适用于