Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The newly created ITextBuffer.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public Property TextBuffer As ITextBuffer
public ITextBuffer TextBuffer { get; private set; }
public:
property ITextBuffer^ TextBuffer {
ITextBuffer^ get ();
private: void set (ITextBuffer^ value);
}
member TextBuffer : ITextBuffer with get, private set
function get TextBuffer () : ITextBuffer
private function set TextBuffer (value : ITextBuffer)
Property Value
Type: Microsoft.VisualStudio.Text.ITextBuffer
The ITextBuffer.
.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.