PerformanceCounterPermissionEntryCollection.OnInsert(Int32, Object) Méthode

Définition

Effectue des processus personnalisés supplémentaires avant l’insertion d’une nouvelle entrée d’autorisation dans la collection.

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)

Paramètres

index
Int32

Index de base zéro auquel insérer value.

value
Object

Nouvelle valeur de l’entrée d’autorisation à l’adresse index.

S’applique à