LanguageService.GetSources Method

Returns a collection of Source objects maintained by the language service.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'Declaration
Public Function GetSources As IEnumerable
public IEnumerable GetSources()
public:
IEnumerable^ GetSources()
member GetSources : unit -> IEnumerable 
public function GetSources() : IEnumerable

Return Value

Type: System.Collections.IEnumerable
Always returns an IEnumerable object.

Remarks

The returned object represents the list of Source objects the language service knows about.

.NET Framework Security

See Also

Reference

LanguageService Class

Microsoft.VisualStudio.Package Namespace