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.
Gets the ITextBuffer that corresponds to a document in the file system.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
ReadOnly Property DocumentBuffer As ITextBuffer
ITextBuffer DocumentBuffer { get; }
property ITextBuffer^ DocumentBuffer {
ITextBuffer^ get ();
}
abstract DocumentBuffer : ITextBuffer
function get DocumentBuffer () : ITextBuffer
Property Value
Type: Microsoft.VisualStudio.Text.ITextBuffer
the ITextBuffer that corresponds to a document in the file system.
.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.