Condividi tramite


JsonObject.IndexOf(String) Metodo

Definizione

Determina l'indice di un nome di proprietà specifico nell'oggetto .

public:
 int IndexOf(System::String ^ propertyName);
public int IndexOf (string propertyName);
member this.IndexOf : string -> int
Public Function IndexOf (propertyName As String) As Integer

Parametri

propertyName
String

Nome della proprietà da individuare.

Restituisce

Indice di propertyName se trovato; in caso contrario, -1.

Eccezioni

propertyName è null.

Si applica a