InstallerCollection.OnSet(Int32, Object, Object) Método

Definición

Realiza procesos personalizados adicionales antes de que un instalador existente se establezca en un nuevo valor.

protected:
 override void OnSet(int index, System::Object ^ oldValue, System::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)

Parámetros

index
Int32

Índice de base cero en el que se va a reemplazar oldValue.

oldValue
Object

Valor que se va a reemplazar por newValue.

newValue
Object

Nuevo valor del instalador en index.

Se aplica a