IPeekSession::QueryPeekResults Method (IPeekableItem^, String^)

Visual Studio 2015
 

Starts asynchronous query for IPeekResults for the given relationship on the given IPeekableItem.

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

IPeekResultQuery^ QueryPeekResults(
	IPeekableItem^ peekableItem,
	String^ relationshipName
)

Parameters

peekableItem
Type: Microsoft.VisualStudio.Language.Intellisense::IPeekableItem^

A IPeekableItem" to be queried for results.

relationshipName
Type: System::String^

The case insensitive name of the relationship.

Return Value

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

The IPeekResultQuery instance representing the results and state of the query.

Return to top
Show: