Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Defines the reasons for connecting or disconnecting a text buffer and a text view.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaración
Public Enumeration ConnectionReason
public enum ConnectionReason
public enum class ConnectionReason
type ConnectionReason
public enum ConnectionReason
Members
| Member name | Description | |
|---|---|---|
| TextViewLifetime | The IWpfTextView has been opened or closed. | |
| ContentTypeChange | The IContentType of the subject buffer has changed. | |
| BufferGraphChange | A buffer has been added to or removed from IBufferGraph. |
Remarks
This enumeration is used in the SubjectBuffersConnected and SubjectBuffersDisconnected methods.