XmlSchemas.OnSet(Int32, Object, Object) Metodo

Definizione

Esegue processi personalizzati aggiuntivi prima di impostare un valore nell'istanza XmlSchemas di .

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 in base zero in corrispondenza del quale oldValue è possibile trovare.

oldValue
Object

Valore da sostituire con newValue.

newValue
Object

Nuovo valore dell'elemento in index.

Si applica a