PatternMatcher.Match(String) Metodo

Definizione

Cerca un input di testo per deserializzare un oggetto che rappresenta un valore restituito dal metodo 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

Parametri

text
String

Testo da cercare, ovvero il corpo della risposta HTTP.

Valori restituiti

Oggetto che rappresenta un valore restituito da un metodo Web.

Commenti

Il Match valore restituito del metodo è il valore restituito dal metodo Web deserializzato dal testo di input.

Si applica a