XmlSchemas.OnInsert(Int32, Object) Metodo

Definizione

Esegue processi personalizzati aggiuntivi prima di inserire un nuovo elemento nell'istanza XmlSchemas di .

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

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

Parametri

index
Int32

Indice in base zero in corrispondenza del quale inserire value.

value
Object

Nuovo valore dell'elemento in index.

Si applica a