共用方式為


ResultTableCollection.QueryErrors 屬性

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

語法

'宣告
Public ReadOnly Property QueryErrors As IDictionary(Of String, ControlMessage)
    Get
'用途
Dim instance As ResultTableCollection
Dim value As IDictionary(Of String, ControlMessage)

value = instance.QueryErrors
public IDictionary<string, ControlMessage> QueryErrors { get; }

屬性值

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

請參閱

參照

ResultTableCollection 類別

ResultTableCollection 成員

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