TextBufferCreatedEventArgs Constructor
Initializes a new instance of TextBufferCreatedEventArgs.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Декларация
Public Sub New ( _
textBuffer As ITextBuffer _
)
public TextBufferCreatedEventArgs(
ITextBuffer textBuffer
)
public:
TextBufferCreatedEventArgs(
ITextBuffer^ textBuffer
)
new :
textBuffer:ITextBuffer -> TextBufferCreatedEventArgs
public function TextBufferCreatedEventArgs(
textBuffer : ITextBuffer
)
Parameters
- textBuffer
Type: Microsoft.VisualStudio.Text.ITextBuffer
The text buffer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.