LanguageService::GetSource Method (String^)
Visual Studio 2015
Returns an existing Source object given a file name.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- fname
-
Type:
System::String^
[in] The file name for which to find the Source object.
Return Value
Type: Microsoft.VisualStudio.Package::Source^If successful, returns a Source object; otherwise, returns a null value (there is no Source object in this language service that represents the specified file name).
Show: