IPeekBroker::TriggerNestedPeekSession Method (ITextView^, String^, IPeekSession^)
Visual Studio 2015
Starts a nested Peek session, assuming the caret position to be the position of a peekable symbol on which a nested Peek session is requested. A Peek session is considered to be nested when it's started from a text view that represents an IPeekResult of a containing Peek session. This method doesn't create a new Peek session though, instead it adds another IPeekableItem to the containing session.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
void TriggerNestedPeekSession(
ITextView^ textView,
String^ relationshipName,
IPeekSession^ containingSession
)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView over which to trigger a nested Peek session.
- relationshipName
-
Type:
System::String^
The name of the requested relationship to be explored by a nested Peek session.
- containingSession
-
Type:
Microsoft.VisualStudio.Language.Intellisense::IPeekSession^
The containing Peek session.
Show: