IPeekSession.QueryPeekResults(IPeekableItem, String) 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.
Starts asynchronous query for IPeekResults for the given relationship on the given IPeekableItem.
public:
Microsoft::VisualStudio::Language::Intellisense::IPeekResultQuery ^ QueryPeekResults(Microsoft::VisualStudio::Language::Intellisense::IPeekableItem ^ peekableItem, System::String ^ relationshipName);
public:
Microsoft::VisualStudio::Language::Intellisense::IPeekResultQuery ^ QueryPeekResults(Microsoft::VisualStudio::Language::Intellisense::IPeekableItem ^ peekableItem, Platform::String ^ relationshipName);
Microsoft::VisualStudio::Language::Intellisense::IPeekResultQuery QueryPeekResults(Microsoft::VisualStudio::Language::Intellisense::IPeekableItem const & peekableItem, std::wstring const & relationshipName);
public Microsoft.VisualStudio.Language.Intellisense.IPeekResultQuery QueryPeekResults (Microsoft.VisualStudio.Language.Intellisense.IPeekableItem peekableItem, string relationshipName);
abstract member QueryPeekResults : Microsoft.VisualStudio.Language.Intellisense.IPeekableItem * string -> Microsoft.VisualStudio.Language.Intellisense.IPeekResultQuery
Public Function QueryPeekResults (peekableItem As IPeekableItem, relationshipName As String) As IPeekResultQuery
Parameters
- peekableItem
- IPeekableItem
A IPeekableItem to be queried for results.
- relationshipName
- String
The case insenitive name of the relationship.
Returns
The IPeekResultQuery instance representing the results and state of the query.