FilteredObservableCollection<T>::Item Property (Int32)

 

Gets the item at the specified location.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
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: T

The setter of this property throws an InvalidOperationException.

Return to top
Show: