TextBuffer.DeleteLines Method
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
Sub DeleteLines ( _
StartLine As Integer, _
Count As Integer _
)
void DeleteLines(
int StartLine,
int Count
)
void DeleteLines(
[InAttribute] int StartLine,
[InAttribute] int Count
)
abstract DeleteLines :
StartLine:int *
Count:int -> unit
function DeleteLines(
StartLine : int,
Count : int
)
Parameters
StartLine
Type: System.Int32The line from which to start.
Count
Type: System.Int32The number of lines.
.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.