共用方式為


PatternMatcher.Match(String) 方法

定義

搜尋文字輸入,將表示 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 方法傳回值。

適用於