IPeekResultCollection::Add Method (IPeekResult^)

Visual Studio 2015
 

Adds an item to the IPeekResultCollection.

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

void Add(
	IPeekResult^ peekResult
)

Parameters

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

The object to add to the IPeekResultCollection.

Return to top
Show: