ITextSnapshotLine.End 属性

定义

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

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

属性值

SnapshotPoint

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

注解

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

适用于