Partager via


FilteredObservableCollection<T>, constructeur

Initialise une nouvelle instance d'FilteredObservableCollection<T>.

Espace de noms :  Microsoft.VisualStudio.Language.Intellisense
Assembly :  Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    underlyingList As IList(Of T) _
)
public FilteredObservableCollection(
    IList<T> underlyingList
)
public:
FilteredObservableCollection(
    IList<T>^ underlyingList
)
new : 
        underlyingList:IList<'T> -> FilteredObservableCollection
public function FilteredObservableCollection(
    underlyingList : IList<T>
)

Paramètres

  • underlyingList
    Type : IList<T>

    Collection sous-jacente.

Exceptions

Exception Condition
ArgumentNullException

underlyingList a la valeur nullune référence null (Nothing en Visual Basic).

ArgumentException

underlyingList n'implémente pas IList et/ou INotifyCollectionChanged.

Sécurité .NET Framework

Voir aussi

Référence

FilteredObservableCollection<T> Classe

Microsoft.VisualStudio.Language.Intellisense, espace de noms