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

SearchDocument.GetObject(String) 方法

定义

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

public Azure.Search.Documents.Models.SearchDocument GetObject (string key);
member this.GetObject : string -> Azure.Search.Documents.Models.SearchDocument
Public Function GetObject (key As String) As SearchDocument

参数

key
String

属性的名称。

返回

该属性的值。

适用于