IPeekSession2.TriggerNestedPeekSession 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::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.