This topic has not yet been rated - Rate this topic

FilteredObservableCollection<T>.Item Property

Gets the item at the specified location.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public T this[
	int index
] { get; set; }

Parameters

index
Type: Int32

The location

Property Value

Type: T

Implements

IList.Item

The setter of this property throws an InvalidOperationException.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.