IPeekResultCollection.Add(IPeekResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an item to the IPeekResultCollection.
public:
void Add(Microsoft::VisualStudio::Language::Intellisense::IPeekResult ^ peekResult);
public void Add (Microsoft.VisualStudio.Language.Intellisense.IPeekResult peekResult);
abstract member Add : Microsoft.VisualStudio.Language.Intellisense.IPeekResult -> unit
Public Sub Add (peekResult As IPeekResult)
Parameters
- peekResult
- IPeekResult
The object to add to the IPeekResultCollection.