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

SearchDocument.GetInt32Collection(String) 方法

定义

获取名为 keyInt32 集合属性的值SearchDocument

public System.Collections.Generic.IReadOnlyList<int> GetInt32Collection (string key);
member this.GetInt32Collection : string -> System.Collections.Generic.IReadOnlyList<int>
Public Function GetInt32Collection (key As String) As IReadOnlyList(Of Integer)

参数

key
String

属性的名称。

返回

该属性的值。

适用于