FilteredObservableCollection<T>::Item Property (Int32)
Visual Studio 2015
Gets the item at the specified location.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property T default[ int index ] { virtual T get(int index) sealed; virtual void set(int index, T value) sealed; }
Parameters
- index
-
Type:
System::Int32
The location
Property Value
Type: TImplements
IList<T>::Item[Int32]The setter of this property throws an InvalidOperationException.
Show: