Leggere in inglese

Condividi tramite


DesignerActionListCollection.OnInsert(Int32, Object) Metodo

Definizione

Esegue procedure personalizzate aggiuntive prima di inserire un nuovo elemento nell'istanza di DesignerActionListCollection.

protected:
 override void OnInsert(int index, System::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 a base zero in corrispondenza del quale inserire value.

value
Object

Nuovo valore dell'elemento in index.

Si applica a

Prodotto Versioni
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1