ManagedHelper.ManagedPropertyHelper.SetPropertyValue Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur de la propriété associée à l'application d'assistance.
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)
Paramètres
- o
- Object
Objet.
- index
- Int32
Index.
- value
- Object
La valeur.