IPeekResultCollection::Item Property (Int32)

Visual Studio 2015
 

Gets or sets the result at the specified index.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property IPeekResult^ default[
	int index
] {
	IPeekResult^ get(int index);
	void set(int index, IPeekResult^ value);
}

Parameters

index
Type: System::Int32

The zero-based index of the element to get or set.

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense::IPeekResult^

The result at the specified index.

Return to top
Show: