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
'宣言
Public Function GetSources As IEnumerable
'使用
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.
Permissions
- 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.