IPeekSession.TriggerNestedPeekSession(IPeekSession) 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 the nested Peek session, queries IPeekableItemSources for IPeekableItems and raises NestedPeekTriggered event on success.
public:
void TriggerNestedPeekSession(Microsoft::VisualStudio::Language::Intellisense::IPeekSession ^ nestedSession);
public:
void TriggerNestedPeekSession(Microsoft::VisualStudio::Language::Intellisense::IPeekSession ^ nestedSession);
void TriggerNestedPeekSession(Microsoft::VisualStudio::Language::Intellisense::IPeekSession const & nestedSession);
public void TriggerNestedPeekSession (Microsoft.VisualStudio.Language.Intellisense.IPeekSession nestedSession);
abstract member TriggerNestedPeekSession : Microsoft.VisualStudio.Language.Intellisense.IPeekSession -> unit
Public Sub TriggerNestedPeekSession (nestedSession As IPeekSession)
Parameters
- nestedSession
- IPeekSession
The nested Peek session.