Source::GetTextLines Method ()

 

Gets the IVsTextLines object associated with this Source object.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
IVsTextLines^ GetTextLines()

Return Value

Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextLines^

The IVsTextLines object passed to the Source class constructor.

Return to top
Show: