IVsTextStorage2 接口

定义

添加用于检查接口的行尾标记的方法 IVsTextStorage

public interface class IVsTextStorage2
public interface class IVsTextStorage2
__interface IVsTextStorage2
[System.Runtime.InteropServices.Guid("92FE8718-09DF-4615-9BC8-492E67EEB1AB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextStorage2
[<System.Runtime.InteropServices.Guid("92FE8718-09DF-4615-9BC8-492E67EEB1AB")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextStorage2 = interface
Public Interface IVsTextStorage2
属性

注解

IVsTextStorage2 添加方法以 IVsTextStorage 检查文本行的行尾标记。

方法

GetEolLengthEx(LINEDATAEX[], UInt32)

返回文本行的行尾标记的长度(字符)。

GetEolTextEx(LINEDATAEX[], String)

返回一个字符串,该字符串包含终止文本行 (EOL) 标记的行尾。

GetEolTypeEx(LINEDATAEX[], UInt32)

返回 EOLTYPE 文本行的行尾标记的。

GetVersionCookie(UInt32)

获取数据的版本 cookie。

适用于