IPeekResultCollection::Count Property

Visual Studio 2015
 

Gets the number of elements contained in the IPeekResultCollection.

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

property int Count {
	int get();
}

Property Value

Type: System::Int32

The number of elements contained in the IPeekResultCollection.

Return to top
Show: