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 | |
---|---|---|
CountOfLines | Infrastructure. Microsoft Internal Use Only. | |
DTE | Infrastructure. Microsoft Internal Use Only. | |
Lines | Infrastructure. Microsoft Internal Use Only. | |
Parent | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
AddFromFile | Infrastructure. Microsoft Internal Use Only. | |
AddFromString | Infrastructure. Microsoft Internal Use Only. | |
DeleteLines | Infrastructure. Microsoft Internal Use Only. | |
Find | Infrastructure. Microsoft Internal Use Only. |
Top