XmlSchemas.OnSet(Int32, Object, Object) Metodo

Definizione

Esegue procedure personalizzate aggiuntive prima di impostare un valore nell'istanza di XmlSchemas.

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

protected:
 override void OnSet(int index, System::Object ^ oldValue, System::Object ^ newValue);
protected override void OnSet (int index, object? oldValue, object? newValue);
protected override void OnSet (int index, object oldValue, object newValue);
override this.OnSet : int * obj * obj -> unit
Protected Overrides Sub OnSet (index As Integer, oldValue As Object, newValue As Object)

Parametri

index
Int32

Indice a base zero nel quale è possibile reperire oldValue.

oldValue
Object

Valore da sostituire con newValue.

newValue
Object

Nuovo valore dell'elemento in index.

Si applica a