IPeekBroker.GetPeekSession(ITextView) 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.
Gets the active Peek session.
public:
Microsoft::VisualStudio::Language::Intellisense::IPeekSession ^ GetPeekSession(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
Microsoft::VisualStudio::Language::Intellisense::IPeekSession ^ GetPeekSession(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
Microsoft::VisualStudio::Language::Intellisense::IPeekSession GetPeekSession(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public Microsoft.VisualStudio.Language.Intellisense.IPeekSession GetPeekSession (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member GetPeekSession : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Language.Intellisense.IPeekSession
Public Function GetPeekSession (textView As ITextView) As IPeekSession
Parameters
Returns
The valid active Peek session for the given ITextView or null if it doesn't exist.