LanguageService::IsSourceOpen Method (Source^)
Visual Studio 2015
Determines whether or not the source file is open.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- src
-
Type:
Microsoft.VisualStudio.Package::Source^
The source file.
Return Value
Type: System::Booleantrue if the file is a member of the sources owned by this service; otherwise false.
Show: