IVsTextImage2 接口

检查行尾 (EOL)标记。

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

语法

声明
<GuidAttribute("F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextImage2
[GuidAttribute("F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")]
[InterfaceTypeAttribute()]
public interface IVsTextImage2
[GuidAttribute(L"F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")]
[InterfaceTypeAttribute()]
public interface class IVsTextImage2
[<GuidAttribute("F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")>]
[<InterfaceTypeAttribute()>]
type IVsTextImage2 =  interface end
public interface IVsTextImage2

IVsTextImage2 类型公开以下成员。

方法

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

页首

备注

添加检查行尾标记 (EOL)为 IVsTextImage 接口的方法。

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间