IPeekSession2.TriggerNestedPeekSession Method

Definition

Starts the nested Peek session, queries IPeekableItemSources for IPeekableItems and raises NestedPeekTriggered event on success.

public:
 void TriggerNestedPeekSession(Microsoft::VisualStudio::Language::Intellisense::IPeekSession2 ^ nestedSession, Microsoft::VisualStudio::Utilities::IUIThreadOperationContext ^ operationContext);
public void TriggerNestedPeekSession (Microsoft.VisualStudio.Language.Intellisense.IPeekSession2 nestedSession, Microsoft.VisualStudio.Utilities.IUIThreadOperationContext operationContext);
abstract member TriggerNestedPeekSession : Microsoft.VisualStudio.Language.Intellisense.IPeekSession2 * Microsoft.VisualStudio.Utilities.IUIThreadOperationContext -> unit
Public Sub TriggerNestedPeekSession (nestedSession As IPeekSession2, operationContext As IUIThreadOperationContext)

Parameters

nestedSession
IPeekSession2

The nested Peek session.

operationContext
IUIThreadOperationContext

A context of executing this operation on the UI thread, which allows to provide custom operation description and progress information.

Applies to