LanguageService.GetSources Method
Returns a collection of Source objects maintained by the language service.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'Declaration
Public Function GetSources As IEnumerable
'Usage
Dim instance As LanguageService
Dim returnValue As IEnumerable
returnValue = instance.GetSources()
public IEnumerable GetSources()
public:
IEnumerable^ GetSources()
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.