IVsTextLines2 接口

添加方法检查行尾标记。 IVsTextLines 接口。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.8.0(在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)

语法

声明
<GuidAttribute("181B18A3-A0E8-436B-8AEF-500043C7CC78")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextLines2
[GuidAttribute("181B18A3-A0E8-436B-8AEF-500043C7CC78")]
[InterfaceTypeAttribute()]
public interface IVsTextLines2
[GuidAttribute(L"181B18A3-A0E8-436B-8AEF-500043C7CC78")]
[InterfaceTypeAttribute()]
public interface class IVsTextLines2
[<GuidAttribute("181B18A3-A0E8-436B-8AEF-500043C7CC78")>]
[<InterfaceTypeAttribute()>]
type IVsTextLines2 =  interface end
public interface IVsTextLines2

IVsTextLines2 类型公开以下成员。

方法

  名称 说明
公共方法 GetEolLengthEx 返回在文本行的行尾标记字符的长度。
公共方法 GetEolTextEx 返回一个行结束标记的 (EOL)字符串终止文本行。
公共方法 GetEolTypeEx 返回文本行的行尾标记的 EOLTYPE

页首

备注

将方法添加到 IVsTextLines 检查文本的行结束标记。

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间