TextBuffer.DeleteLines 方法

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

仅由 Microsoft 内部使用。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

TextBuffer 接口

EnvDTE 命名空间