ConnectionReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the reasons for connecting or disconnecting a text buffer and a text view.
public enum class ConnectionReason
public enum class ConnectionReason
enum ConnectionReason
public enum ConnectionReason
type ConnectionReason =
Public Enum ConnectionReason
- Inheritance
-
ConnectionReason
Fields
Name | Value | Description |
---|---|---|
TextViewLifetime | 0 | The ITextView has been opened or closed. |
ContentTypeChange | 1 | The IContentType of the subject buffer has changed. |
BufferGraphChange | 2 | A buffer has been added to or removed from IBufferGraph. |
Remarks
This enumeration is used in the SubjectBuffersConnected and SubjectBuffersDisconnected methods.