TextBuffer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class TextBuffer
public interface class TextBuffer
__interface TextBuffer
[System.Runtime.InteropServices.Guid("F47DC7E7-84B6-474F-BB91-631640AA0560")]
[System.Runtime.InteropServices.TypeLibType(4176)]
public interface TextBuffer
[System.Runtime.InteropServices.Guid("F47DC7E7-84B6-474F-BB91-631640AA0560")]
public interface TextBuffer
[<System.Runtime.InteropServices.Guid("F47DC7E7-84B6-474F-BB91-631640AA0560")>]
[<System.Runtime.InteropServices.TypeLibType(4176)>]
type TextBuffer = interface
[<System.Runtime.InteropServices.Guid("F47DC7E7-84B6-474F-BB91-631640AA0560")>]
type TextBuffer = interface
Public Interface TextBuffer
- Attributes
Properties
CountOfLines |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
DTE |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
Lines[Int32, Int32] |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
Parent |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
Methods
AddFromFile(String, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
AddFromString(String, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
DeleteLines(Int32, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
Find(String, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
get_Lines(Int32, Int32) |