ITextSnapshot.Lines 属性

获取集的枚举器快照中的行。

命名空间:  Microsoft.VisualStudio.Text
程序集:  Microsoft.VisualStudio.Text.Data(在 Microsoft.VisualStudio.Text.Data.dll 中)

语法

声明
ReadOnly Property Lines As IEnumerable(Of ITextSnapshotLine)
IEnumerable<ITextSnapshotLine> Lines { get; }
property IEnumerable<ITextSnapshotLine^>^ Lines {
    IEnumerable<ITextSnapshotLine^>^ get ();
}
abstract Lines : IEnumerable<ITextSnapshotLine> with get
function get Lines () : IEnumerable<ITextSnapshotLine>

属性值

类型:IEnumerable<ITextSnapshotLine>
类型为 ITextSnapshotLineIEnumerable

.NET Framework 安全性

请参阅

参考

ITextSnapshot 接口

Microsoft.VisualStudio.Text 命名空间