ITextSnapshotLine.EndIncludingLineBreak 属性

定义

SnapshotPoint行末尾后面的第一个字符的(包括任何换行符) (因此将处理下一行中的第一个字符,除非这是最后一行,在这种情况下,它会寻址超过缓冲区末尾的位置) 。

public:
 property Microsoft::VisualStudio::Text::SnapshotPoint EndIncludingLineBreak { Microsoft::VisualStudio::Text::SnapshotPoint get(); };
public Microsoft.VisualStudio.Text.SnapshotPoint EndIncludingLineBreak { get; }
member this.EndIncludingLineBreak : Microsoft.VisualStudio.Text.SnapshotPoint
Public ReadOnly Property EndIncludingLineBreak As SnapshotPoint

属性值

SnapshotPoint

SnapshotPoint行末尾之后的第一个字符的,包括任何换行符。

注解

此方法返回下一行中的第一个字符,除非这是最后一行,在这种情况下,它将返回超出缓冲区末尾的位置。

适用于