IPeekBroker.DismissPeekSession(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.
Dismisses an active Peek session for a particular ITextView.
public:
void DismissPeekSession(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
void DismissPeekSession(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
void DismissPeekSession(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public void DismissPeekSession (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member DismissPeekSession : Microsoft.VisualStudio.Text.Editor.ITextView -> unit
Public Sub DismissPeekSession (textView As ITextView)