IPeekBroker.DismissPeekSession(ITextView) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ignore une session d’aperçu active pour un particulier 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)