WeakEventManager.ListenerList.Item[Int32] Propriété
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.
Obtient ou définit un élément d'écouteur spécifique dans WeakEventManager.ListenerList.
public:
property System::Windows::IWeakEventListener ^ default[int] { System::Windows::IWeakEventListener ^ get(int index); };
public System.Windows.IWeakEventListener this[int index] { get; }
member this.Item(int) : System.Windows.IWeakEventListener
Default Public ReadOnly Property Item(index As Integer) As IWeakEventListener
Paramètres
- index
- Int32
Index de base zéro de l'écouteur dans la liste.
Valeur de propriété
Élément au niveau de cet index, ou référence nulle si aucun élément ne se trouve à cet index.