IVsTextViewCreationListener.VsTextViewCreated(IVsTextView) Méthode

Définition

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é.

S’applique à