DirectoryServicesPermissionEntryCollection.OnSet Metodo

Definizione

Esegue l'override del metodo OnSet(Int32, Object, Object).

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 a base zero nel quale è possibile reperire oldValue.

oldValue
Object

Valore da sostituire con newValue.

newValue
Object

Nuovo valore dell'elemento in index.

Si applica a

Vedi anche