TextBuffer Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("F47DC7E7-84B6-474F-BB91-631640AA0560")> _
Public Interface TextBuffer
[GuidAttribute("F47DC7E7-84B6-474F-BB91-631640AA0560")]
public interface TextBuffer
[GuidAttribute(L"F47DC7E7-84B6-474F-BB91-631640AA0560")]
public interface class TextBuffer
[<GuidAttribute("F47DC7E7-84B6-474F-BB91-631640AA0560")>]
type TextBuffer =  interface end
public interface TextBuffer

The TextBuffer type exposes the following members.

Properties

  Name Description
Public property CountOfLines Infrastructure. Microsoft Internal Use Only.
Public property DTE Infrastructure. Microsoft Internal Use Only.
Public property Lines Infrastructure. Microsoft Internal Use Only.
Public property Parent Infrastructure. Microsoft Internal Use Only.

Top

Methods

  Name Description
Public method AddFromFile Infrastructure. Microsoft Internal Use Only.
Public method AddFromString Infrastructure. Microsoft Internal Use Only.
Public method DeleteLines Infrastructure. Microsoft Internal Use Only.
Public method Find Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

EnvDTE Namespace