ITextSnapshot::Lines Property

 

Gets an enumerator for the set of lines in the snapshot.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

property IEnumerable<ITextSnapshotLine^>^ Lines {
	IEnumerable<ITextSnapshotLine^>^ get();
}
Return to top
Show: