IPeekSession2.TriggerNestedPeekSession(IPeekSession2, IUIThreadOperationContext) Метод

Определение

Запускает вложенный сеанс просмотра, запрашивает s IPeekableItemSource для IPeekableItem и вызывает NestedPeekTriggered событие при успешном выполнении.

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)

Параметры

nestedSession
IPeekSession2

Вложенный сеанс просмотра.

operationContext
IUIThreadOperationContext

Контекст выполнения этой операции в потоке пользовательского интерфейса, который позволяет предоставить описание настраиваемой операции и сведения о ходе выполнения.

Применяется к