RuntimeOps.ExpandoTryDeleteValue Metodo

Definizione

Attenzione

do not use this method

Elimina il valore di un elemento in un oggetto Expando.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 static bool ExpandoTryDeleteValue(System::Dynamic::ExpandoObject ^ expando, System::Object ^ indexClass, int index, System::String ^ name, bool ignoreCase);
[System.Obsolete("do not use this method", true)]
public static bool ExpandoTryDeleteValue (System.Dynamic.ExpandoObject expando, object indexClass, int index, string name, bool ignoreCase);
[<System.Obsolete("do not use this method", true)>]
static member ExpandoTryDeleteValue : System.Dynamic.ExpandoObject * obj * int * string * bool -> bool
Public Shared Function ExpandoTryDeleteValue (expando As ExpandoObject, indexClass As Object, index As Integer, name As String, ignoreCase As Boolean) As Boolean

Parametri

expando
ExpandoObject

Oggetto Expando.

indexClass
Object

Classe dell'oggetto Expando.

index
Int32

Indice del membro.

name
String

Nome del membro.

ignoreCase
Boolean

Restituisce true se nella corrispondenza del nome deve essere ignorata la distinzione tra maiuscole e minuscole; in caso contrario, false.

Restituisce

Boolean

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

Attributi

Si applica a