ConnectionReason Enumeration
Visual Studio 2015
Defines the reasons for connecting or disconnecting a text buffer and a text view.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Member name | Description | |
|---|---|---|
| BufferGraphChange | A buffer has been added to or removed from IBufferGraph. | |
| ContentTypeChange | The IContentType of the subject buffer has changed. | |
| TextViewLifetime | The IWpfTextView has been opened or closed. |
This enumeration is used in the SubjectBuffersConnected and SubjectBuffersDisconnected methods.
Show: