LanguageService.GetSources Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For enumerating all the known 'Source' objects.
public:
System::Collections::IEnumerable ^ GetSources();
public System.Collections.IEnumerable GetSources ();
member this.GetSources : unit -> System.Collections.IEnumerable
Public Function GetSources () As IEnumerable
Returns
Always returns an IEnumerable object.
Remarks
The returned object represents the list of Source objects the language service knows about.