共用方式為


SearchTermNode 類別

定義

代表搜尋字詞的節點。

public sealed class SearchTermNode : Microsoft.OData.UriParser.SingleValueNode
type SearchTermNode = class
    inherit SingleValueNode
Public NotInheritable Class SearchTermNode
Inherits SingleValueNode
繼承

建構函式

SearchTermNode(String)

建立 SearchTermNode

屬性

Kind

取得此節點的種類。

(繼承來源 SingleValueNode)
Text

取得搜尋字詞值。

TypeReference

取得此節點所表示之單一值的資源類型。

方法

Accept<T>(QueryNodeVisitor<T>)

接受 , QueryNodeVisitor<T> 其會逐步執行 的樹狀 QueryNode 結構。

適用於