CounterCreationDataCollection.OnInsert(Int32, Object) Metoda

Definicja

Wykonuje dodatkowe procesy niestandardowe, zanim nowy wpis danych zostanie wstawiony do kolekcji.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

index
Int32

Indeks oparty na zerze, w którym ma być wstawiona wartość.

value
Object

Nowa wartość wpisu w indeksie.

Uwagi

Uwaga

To zastąpienie metody OnInsert nie jest implementowane w .NET Framework w wersji 2.0 lub nowszej.

Dotyczy