Colorizer::Scanner Property

 

Returns the scanner being used.

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

public:
property IScanner^ Scanner {
	IScanner^ get();
}

Property Value

Type: Microsoft.VisualStudio.Package::IScanner^

Returns an IScanner object.

This method returns the IScanner object that was passed to the constructor.

Return to top
Show: