BitmapEffectCollection.IList.Add(Object) 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.
Remarque : cette API est désormais obsolète. L’alternative non obsolète est Effect. Pour obtenir une description de ce membre, consultez Add(Object).
virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add(object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add
Paramètres
- value
- Object
À Object ajouter au BitmapEffectCollection.
Retours
Position dans laquelle le nouvel élément a été inséré.
Implémente
Remarques
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance BitmapEffectCollection est convertie en IList interface.