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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
FilteredObservableCollection<T> Classe
Microsoft.VisualStudio.Language.Intellisense, espace de noms