Interfaccia IFilteredItemsSource

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Interface IFilteredItemsSource _
    Inherits IReadOnlyObservableSet, IEnumerable, INotifyCollectionChanged
public interface IFilteredItemsSource : IReadOnlyObservableSet, 
    IEnumerable, INotifyCollectionChanged

Il tipo IFilteredItemsSource espone i seguenti membri.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of elements contained in the IReadOnlyObservableSet. (Ereditato da IReadOnlyObservableSet)

In alto

Metodi

  Nome Descrizione
Metodo pubblico Contains Determines whether the IReadOnlyObservableSet contains a specific value. (Ereditato da IReadOnlyObservableSet)
Metodo pubblico GetEnumerator Restituisce un enumeratore che scorre una raccolta. (Ereditato da IEnumerable)
Metodo pubblico GetFilterDescendantsBehavior

In alto

Eventi

  Nome Descrizione
Evento pubblico CollectionChanged Si verifica quando la raccolta. (Ereditato da INotifyCollectionChanged)

In alto

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI