IWpfTextViewConnectionListener Methods

 

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

NameDescription
System_CAPS_pubmethodSubjectBuffersConnected(IWpfTextView^, ConnectionReason, Collection<ITextBuffer^>^)

Called when one or more ITextBuffer objects of the appropriate IContentType are connected to a ITextView.

System_CAPS_pubmethodSubjectBuffersDisconnected(IWpfTextView^, ConnectionReason, Collection<ITextBuffer^>^)

Called when one or more ITextBuffer objects no longer satisfy the conditions for being included in the subject buffers.

Return to top
Show: