JsonObject.Remove(String) Metodo

Definizione

Rimuove l'elemento con il nome della proprietà specificato dall'oggetto JsonObject.

public:
 virtual bool Remove(System::String ^ propertyName);
public bool Remove (string propertyName);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (propertyName As String) As Boolean

Parametri

propertyName
String

Nome della proprietà dell'elemento da rimuovere.

Restituisce

true se l'elemento viene rimosso correttamente; in caso contrario, false.

Implementazioni

Eccezioni

propertyName è null.

Si applica a