Share via


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>
ITextSnapshotLine 형식의 IEnumerable입니다.

.NET Framework 보안

참고 항목

참조

ITextSnapshot 인터페이스

Microsoft.VisualStudio.Text 네임스페이스