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.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.