Colorizer.Scanner Property
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.
Returns the scanner being used.
public:
property Microsoft::VisualStudio::Package::IScanner ^ Scanner { Microsoft::VisualStudio::Package::IScanner ^ get(); };
public:
property Microsoft::VisualStudio::Package::IScanner ^ Scanner { Microsoft::VisualStudio::Package::IScanner ^ get(); };
public Microsoft.VisualStudio.Package.IScanner Scanner { get; }
member this.Scanner : Microsoft.VisualStudio.Package.IScanner
Public ReadOnly Property Scanner As IScanner
Property Value
Returns an IScanner object.
Remarks
This method returns the IScanner object that was passed to the constructor.