SymbolScannerBase Class
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.
Symbol scanner base class
public ref class SymbolScannerBase abstract : Microsoft::VisualStudio::Workspace::Indexing::IFileScanner
[Windows::Foundation::Metadata::WebHostHidden]
public ref class SymbolScannerBase abstract : Microsoft::VisualStudio::Workspace::Indexing::IFileScanner
[Windows::Foundation::Metadata::WebHostHidden]
class SymbolScannerBase abstract : Microsoft::VisualStudio::Workspace::Indexing::IFileScanner
public abstract class SymbolScannerBase : Microsoft.VisualStudio.Workspace.Indexing.IFileScanner
type SymbolScannerBase = class
interface IFileScanner
Public MustInherit Class SymbolScannerBase
Implements IFileScanner
- Inheritance
-
SymbolScannerBase
- Implements
Constructors
SymbolScannerBase() |
Methods
ScanContentAsync<T>(String, CancellationToken) |
Scan a source file for symbol definitions. |
ScanSymbolsAsync(TextReader, CancellationToken) |
perform a symbol scanning on a file content |