SearchTermNode(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 SearchTermNode
public SearchTermNode (string text);
new Microsoft.OData.UriParser.SearchTermNode : string -> Microsoft.OData.UriParser.SearchTermNode
Public Sub New (text As String)
參數
- text
- String
此節點值的常值文字,其格式會根據 OData URI 常值格式化規則。
例外狀況
如果輸入 literalText 為 null 時則會擲回。