共用方式為


ResultTable.ResultRows 屬性

查詢結果的清單。

命名空間:  Microsoft.SharePoint.Client.Search.Query
組件:  Microsoft.SharePoint.Client.Search (在 Microsoft.SharePoint.Client.Search.dll 中)

語法

'宣告
Public ReadOnly Property ResultRows As IEnumerable(Of IDictionary(Of String, Object))
    Get
'用途
Dim instance As ResultTable
Dim value As IEnumerable(Of IDictionary(Of String, Object))

value = instance.ResultRows
public IEnumerable<IDictionary<string, Object>> ResultRows { get; }

屬性值

類型:System.Collections.Generic.IEnumerable<IDictionary<String, Object>>

請參閱

參照

ResultTable 類別

ResultTable 成員

Microsoft.SharePoint.Client.Search.Query 命名空間