TextBufferCreatedEventArgs Class
Visual Studio 2015
Provides information about a newly created ITextBuffer.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | TextBufferCreatedEventArgs(ITextBuffer) | Initializes a new instance of TextBufferCreatedEventArgs. |
| Name | Description | |
|---|---|---|
![]() | TextBuffer | The newly created ITextBuffer. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This class is used to provide information for events such as the following:
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


