PatternMatcher.Match(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
搜尋文字輸入以反序列化代表 Web 方法回傳值的物件。
public:
System::Object ^ Match(System::String ^ text);
public object Match(string text);
member this.Match : string -> obj
Public Function Match (text As String) As Object
參數
- text
- String
搜尋的文字,也就是 HTTP 回應的主體。
傳回
一個代表 Web 方法回傳值的物件。
備註
該 Match 方法的回傳值是從輸入文字中反序列化的 Web 方法回傳值。