IVsTextViewCreationListener.VsTextViewCreated(IVsTextView) 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.
Appelée lorsqu'un adaptateur IVsTextView a été créé et initialisé.
public:
void VsTextViewCreated(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ textViewAdapter);
public:
void VsTextViewCreated(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ textViewAdapter);
void VsTextViewCreated(Microsoft::VisualStudio::TextManager::Interop::IVsTextView const & textViewAdapter);
public void VsTextViewCreated (Microsoft.VisualStudio.TextManager.Interop.IVsTextView textViewAdapter);
abstract member VsTextViewCreated : Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> unit
Public Sub VsTextViewCreated (textViewAdapter As IVsTextView)
Paramètres
- textViewAdapter
- IVsTextView
Adaptateur de vue de texte récemment créé et initialisé.