EditPoint2.InsertNewLine 方法

检测在 EditPoint2 所在的行上使用的换行类型(回车符、换行符等),并将在 EditPoint2 所处的位置插入 Count 个新行。

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

语法

声明
Sub InsertNewLine ( _
    Count As Integer _
)
void InsertNewLine(
    int Count
)
void InsertNewLine(
    [InAttribute] int Count
)
abstract InsertNewLine : 
        Count:int -> unit 
function InsertNewLine(
    Count : int
)

参数

.NET Framework 安全性

请参见

参考

EditPoint2 接口

EnvDTE80 命名空间