LanguageService::IsSourceOpen Method (Source^)

 

Determines whether or not the source file is open.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual bool IsSourceOpen(
	Source^ src
)

Parameters

src
Type: Microsoft.VisualStudio.Package::Source^

The source file.

Return Value

Type: System::Boolean

true if the file is a member of the sources owned by this service; otherwise false.

Return to top
Show: