LanguageService.IsSourceOpen(Source) 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.
Determines whether or not the source file is open.
public:
virtual bool IsSourceOpen(Microsoft::VisualStudio::Package::Source ^ src);
public virtual bool IsSourceOpen (Microsoft.VisualStudio.Package.Source src);
abstract member IsSourceOpen : Microsoft.VisualStudio.Package.Source -> bool
override this.IsSourceOpen : Microsoft.VisualStudio.Package.Source -> bool
Public Overridable Function IsSourceOpen (src As Source) As Boolean
Parameters
- src
- Source
The source file.
Returns
true
if the file is a member of the sources owned by this service; otherwise false
.