ManagedHelper.ManagedPropertyHelper.SetPropertyValue Método

Definición

Establece el valor de la propiedad asociado al asistente.

public:
 virtual void SetPropertyValue(System::Object ^ o, int index, System::Object ^ value);
public void SetPropertyValue (object o, int index, object value);
abstract member SetPropertyValue : obj * int * obj -> unit
override this.SetPropertyValue : obj * int * obj -> unit
Public Sub SetPropertyValue (o As Object, index As Integer, value As Object)

Parámetros

o
Object

El objeto.

index
Int32

Índice.

value
Object

Valor.

Implementaciones

Se aplica a