IndexSymbolScannerDetails(TimeSpan, Int32) Constructor
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.
Initializes a new instance of the IndexSymbolScannerDetails class.
public:
IndexSymbolScannerDetails(TimeSpan duration, int filesCount);
public IndexSymbolScannerDetails (TimeSpan duration, int filesCount);
new Microsoft.VisualStudio.Workspace.Indexing.IndexSymbolScannerDetails : TimeSpan * int -> Microsoft.VisualStudio.Workspace.Indexing.IndexSymbolScannerDetails
Public Sub New (duration As TimeSpan, filesCount As Integer)
Parameters
- duration
- TimeSpan
The total duration of the scanner for all the scanned files. It excludes persisting scanner data.
- filesCount
- Int32
The number of files that has been scanned for this scanner.