LanguageService.GetSources Method

Definition

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.

Applies to