ObserverManager<TIdentity,TObserver>.Observers 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 une copie des observateurs.
public System.Collections.Generic.IDictionary<TIdentity,TObserver> Observers { get; }
member this.Observers : System.Collections.Generic.IDictionary<'Identity, 'Observer>
Public ReadOnly Property Observers As IDictionary(Of TIdentity, TObserver)
Valeur de propriété
IDictionary<TIdentity,TObserver>