LanguageService.IsSourceOpen(Source) Method

Definition

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.

Applies to